From 6c15b6e1f8693b035ab3d2f45d17d2753f9fd691 Mon Sep 17 00:00:00 2001 From: Manan Kevadiya <43081866+manan2501@users.noreply.github.com> Date: Sun, 17 Nov 2019 15:19:07 +0530 Subject: [PATCH] Added boxplot rcparams to dark_background.mplstyle I have added boxplot rcparams to dark_background.mplstyle as suggested by @tacaswell to make boxes visible in dark_background style which will solve issue #15675 . --- .../stylelib/dark_background.mplstyle | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle b/lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle index a8b754005bfd..f4629172dbd2 100644 --- a/lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle +++ b/lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle @@ -21,3 +21,47 @@ figure.edgecolor: black savefig.facecolor: black savefig.edgecolor: black +#### Boxplot +#boxplot.notch : False +#boxplot.vertical : True +#boxplot.whiskers : 1.5 +#boxplot.bootstrap : None +#boxplot.patchartist : False +#boxplot.showmeans : False +#boxplot.showcaps : True +#boxplot.showbox : True +#boxplot.showfliers : True +#boxplot.meanline : False + +#boxplot.flierprops.color : black +#boxplot.flierprops.marker : o +#boxplot.flierprops.markerfacecolor : none +#boxplot.flierprops.markeredgecolor : black +#boxplot.flierprops.markeredgewidth : 1.0 +#boxplot.flierprops.markersize : 6 +#boxplot.flierprops.linestyle : none +#boxplot.flierprops.linewidth : 1.0 + +#boxplot.boxprops.color : black +#boxplot.boxprops.linewidth : 1.0 +#boxplot.boxprops.linestyle : - + +#boxplot.whiskerprops.color : black +#boxplot.whiskerprops.linewidth : 1.0 +#boxplot.whiskerprops.linestyle : - + +#boxplot.capprops.color : black +#boxplot.capprops.linewidth : 1.0 +#boxplot.capprops.linestyle : - + +#boxplot.medianprops.color : C1 +#boxplot.medianprops.linewidth : 1.0 +#boxplot.medianprops.linestyle : - + +#boxplot.meanprops.color : C2 +#boxplot.meanprops.marker : ^ +#boxplot.meanprops.markerfacecolor : C2 +#boxplot.meanprops.markeredgecolor : C2 +#boxplot.meanprops.markersize : 6 +#boxplot.meanprops.linestyle : -- +#boxplot.meanprops.linewidth : 1.0