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

Skip to content

Commit d36412f

Browse files
committed
Remove duplicated rcsetup entries
1 parent ffe02ba commit d36412f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

lib/matplotlib/rcsetup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,12 +1065,10 @@ def validate_animation_writer_path(p):
10651065
# the number of points in the legend line for scatter
10661066
'legend.scatterpoints': [3, validate_int],
10671067
'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
10721070
'legend.frameon': [True, validate_bool],
1073-
# alpha value of the legend frame
1071+
# alpha value of the legend frame
10741072
'legend.framealpha': [None, validate_float_or_None],
10751073

10761074
## the following dimensions are in fraction of the font size

0 commit comments

Comments
 (0)