-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: tweak colormap docs in pyplot.colormaps #8928
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
DOC: tweak colormap docs in pyplot.colormaps #8928
Conversation
lib/matplotlib/pyplot.py
Outdated
========= ======================================================= | ||
|
||
A set of palettes from the `Yorick scientific visualisation | ||
package <http://dhmunro.github.io/yorick-doc/>`_, an evolution of |
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.
Can make this https now.
3071dfd
to
0e067af
Compare
Third times the charm?! |
lib/matplotlib/pyplot.py
Outdated
gist_stern "Stern special" color table from Interactive Data | ||
Language software | ||
============ ======================================================= | ||
======== =================================================== |
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.
One more =
on the first column here (and overwrite the space.)
0e067af
to
8967aa1
Compare
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.
👍 if the doc build passes
thanks! |
Re-arrange the docstring to:
jet()
andhot()
helper methods.closes #8923