8000 Add old defaults for boxplot to classic style · matplotlib/matplotlib@874f1c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 874f1c9

Browse files
committed
Add old defaults for boxplot to classic style
1 parent e4a72eb commit 874f1c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,10 @@ boxplot.meanprops.color: r
348348
boxplot.meanprops.linestyle: -
349349
boxplot.meanprops.linewidth: 1.0
350350
boxplot.medianprops.color: r
351+
boxplot.meanprops.marker: s
352+
boxplot.meanprops.markerfacecolor: r
353+
boxplot.meanprops.markeredgecolor: k
354+
boxplot.meanprops.markersize: 6.0
351355
boxplot.medianprops.linestyle: -
352356
boxplot.medianprops.linewidth: 1.0
353357
boxplot.notch: False
@@ -503,4 +507,4 @@ animation.convert_path: convert # Path to ImageMagick's convert binary.
503507
animation.convert_args:
504508
animation.html: none
505509

506-
_internal.classic_mode: True
510+
_internal.classic_mode: True

0 commit comments

Comments
 (0)
0