-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Style changes omnibus PR #5774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style changes omnibus PR #5774
Changes from 1 commit
14281fd
76c70be
bba003f
86b7a59
d2f6bea
87ba8b0
38d4e31
5317d35
5695389
3e7471a
28c632f
4472125
f45e9bc
4513182
09b29d8
3abcb95
f2ac1bb
318a044
417db2f
82558ee
c5864ce
30b4341
0f4e3a6
c44bd3d
fa4c56e
caa711b
c2580a5
f0e98fa
7718b15
0aae0f0
f21d5cf
31f28bc
b394ae7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1033,7 +1033,7 @@ def validate_hist_bins(s): | |
'legend.isaxes': [True, validate_bool], | ||
|
||
# the number of points in the legend line | ||
'legend.numpoints': [2, validate_int], | ||
'legend.numpoints': [1, validate_int], | ||
# the number of points in the legend line for scatter | ||
'legend.scatterpoints': [3, validate_int], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this also going to change (to go along with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah, I thought this is what was meant by changing the number of points in the legend. |
||
'legend.fontsize': ['large', validate_fontsize], | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The classic style shouldn't be changing, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.