Skip to content

Commit 661100a

Browse files
manan2501timhoffm
andauthored
Changed line color of boxplot for dark_background (#15725)
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent ef0a308 commit 661100a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ figure.edgecolor: black
2121
savefig.facecolor: black
2222
savefig.edgecolor: black
2323

24+
### Boxplots
25+
boxplot.boxprops.color: white
26+
boxplot.capprops.color: white
27+
boxplot.flierprops.color: white
28+
boxplot.flierprops.markeredgecolor: white
29+
boxplot.whiskerprops.color: white

0 commit comments

Comments
 (0)