8000 Adding scatter.edgecolors to matplotlibrc template · matplotlib/matplotlib@c7543ff · GitHub
[go: up one dir, main page]

Skip to content

Commit c7543ff

Browse files
committed
Adding scatter.edgecolors to matplotlibrc template
1 parent 394e603 commit c7543ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

matplotlibrc.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
#legend.scatterpoints : 1 ## number of scatter points
419419
#legend.markerscale : 1.0 ## the relative size of legend markers vs. original
420420
#legend.fontsize : medium
421-
#legend.title_fontsize : None ## None sets to the same as the default axes.
421+
#legend.title_fontsize : None ## None sets to the same as the default axes.
422422
## Dimensions as fraction of fontsize:
423423
#legend.borderpad : 0.4 ## border whitespace
424424
#legend.labelspacing : 0.5 ## the vertical space between the legend entries
@@ -488,6 +488,7 @@
488488

489489
#### SCATTER PLOTS
490490
#scatter.marker : o ## The default marker type for scatter plots.
491+
#scatter.edgecolors : face ## The default edgecolors for scatter plots.
491492

492493
#### Agg rendering
493494
#### Warning: experimental, 2008/10/10

0 commit comments

Comments
 (0)
0