File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1051,7 +1051,7 @@ def validate_animation_writer_path(p):
1051
1051
'legend.isaxes' : [True , validate_bool ],
1052
1052
1053
1053
# the number of points in the legend line
1054
- 'legend.numpoints' : [2 , validate_int ],
1054
+ 'legend.numpoints' : [1 , validate_int ],
1055
1055
# the number of points in the legend line for scatter
1056
1056
'legend.scatterpoints' : [3 , validate_int ],
1057
1057
'legend.fontsize' : ['large' , validate_fontsize ],
Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ backend : $TEMPLATE_BACKEND
389
389
#legend.fancybox : False # if True, use a rounded box for the
390
390
# legend, else a rectangle
391
391
#legend.isaxes : True
392
- #legend.numpoints : 2 # the number of points in the legend line
392
+ #legend.numpoints : 1 # the number of points in the legend line
393
393
#legend.fontsize : large
394
394
#legend.borderpad : 0.5 # border whitespace in fontsize units
395
395
#legend.markerscale : 1.0 # the relative size of legend markers vs. original
You can’t perform that action at this time.
0 commit comments