Thanks to visit codestin.com Credit goes to github.com
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 ffe02ba commit d36412fCopy full SHA for d36412f
1 file changed
lib/matplotlib/rcsetup.py
@@ -1065,12 +1065,10 @@ def validate_animation_writer_path(p):
1065
# the number of points in the legend line for scatter
1066
'legend.scatterpoints': [3, validate_int],
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
+
+ # whether or not to draw a frame around legend
1072
'legend.frameon': [True, validate_bool],
1073
- # alpha value of the legend frame
+ # alpha value of the legend frame
1074
'legend.framealpha': [None, validate_float_or_None],
1075
1076
## the following dimensions are in fraction of the font size
0 commit comments