Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d36412f

Browse filesBrowse files
committed
Remove duplicated rcsetup entries
1 parent ffe02ba commit d36412f
Copy full SHA for d36412f

File tree

Expand file treeCollapse file tree

1 file changed

+3
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-5
lines changed

‎lib/matplotlib/rcsetup.py

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+3-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.