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 2e188bf commit e87dc6fCopy full SHA for e87dc6f
lib/matplotlib/mpl-data/stylelib/classic.mplstyle
@@ -325,6 +325,9 @@ contour.corner_mask : True
325
# errorbar props
326
errorbar.capsize: 3
327
328
+# scatter props
329
+scatter.marker: o
330
+
331
### Boxplots
332
boxplot.bootstrap: None
333
boxplot.boxprops.color: b
matplotlibrc.template
@@ -461,6 +461,9 @@ backend : $TEMPLATE_BACKEND
461
# If Numpy 1.11 or later is
462
# installed, may also be `auto`
463
464
+### SCATTER PLOTS
465
+#scatter.marker # The default marker type for scatter plots.
466
467
### Agg rendering
468
### Warning: experimental, 2008/10/10
469
#agg.path.chunksize : 0 # 0 to disable; values in the range
0 commit comments