Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf0dc54

Browse files
committed
clean up duplicate lines
1 parent 7f00354 commit cf0dc54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,9 +1216,6 @@ def _validate_linestyle(ls):
12161216
'legend.borderaxespad': [0.5, validate_float],
12171217
# the border between the axes and legend edge
12181218
'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],
12221219
'legend.facecolor': ['inherit', validate_color_or_inherit],
12231220
'legend.edgecolor': ['0.8', validate_color_or_inherit],
12241221

0 commit comments

Comments
 (0)