-
-
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 |
---|---|---|
|
@@ -59,6 +59,10 @@ Images | |
- The default shading mode is now ``overlay``. Formerly, it was | ||
``hsv``. | ||
|
||
- The default value for ``image.resample`` is now ``True``. This will | ||
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. This entry doesn't state that 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. Done. 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. Again, you say "Done", but I don't see any change. |
||
apply interpolation for both upsampling and downsampling of an | ||
image. | ||
|
||
Fonts | ||
````` | ||
|
||
|
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.
Maybe this should reference the function where that applies? It doesn't appear to be controlled by an
rcParam
.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.
Done.
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.
Where do you mention a function for shading?