We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9379ff8 commit 0b1ff19Copy full SHA for 0b1ff19
lib/matplotlib/mpl-data/stylelib/classic.mplstyle
@@ -348,6 +348,10 @@ boxplot.meanprops.color: r
348
boxplot.meanprops.linestyle: -
349
boxplot.meanprops.linewidth: 1.0
350
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
355
boxplot.medianprops.linestyle: -
356
boxplot.medianprops.linewidth: 1.0
357
boxplot.notch: False
@@ -503,4 +507,4 @@ animation.convert_path: convert # Path to ImageMagick's convert binary.
503
507
animation.convert_args:
504
508
animation.html: none
505
509
506
-_internal.classic_mode: True
510
+_internal.classic_mode: True
0 commit comments