File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Original file line number Diff line number Diff line change @@ -1065,12 +1065,10 @@ def validate_animation_writer_path(p):
1065
1065
# the number of points in the legend line for scatter
1066
1066
'legend.scatterpoints' : [3 , validate_int ],
1067
1067
'legend.fontsize' : ['large' , validate_fontsize ],
1068
- # the relative size of legend markers vs. original
1069
- 'legend.markerscale' : [1.0 , validate_float ],
1070
- 'legend.shadow' : [False , validate_bool ],
1071
- # whether or not to draw a frame around legend
1068
+
1069
+ # whether or not to draw a frame around legend
1072
1070
'legend.frameon' : [True , validate_bool ],
1073
- # alpha value of the legend frame
1071
+ # alpha value of the legend frame
1074
1072
'legend.framealpha' : [None , validate_float_or_None ],
1075
1073
1076
1074
## the following dimensions are in fraction of the font size
You can’t perform that action at this time.
0 commit comments