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 7f00354 commit cf0dc54Copy full SHA for cf0dc54
lib/matplotlib/rcsetup.py
@@ -1216,9 +1216,6 @@ def _validate_linestyle(ls):
1216
'legend.borderaxespad': [0.5, validate_float],
1217
# the border between the axes and legend edge
1218
'legend.columnspacing': [2., validate_float],
1219
- # the relative size of legend markers vs. original
1220
- 'legend.markerscale': [1.0, validate_float],
1221
- 'legend.shadow': [False, validate_bool],
1222
'legend.facecolor': ['inherit', validate_color_or_inherit],
1223
'legend.edgecolor': ['0.8', validate_color_or_inherit],
1224
0 commit comments