-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: Colormap tutorial needs info on manipulating colormaps #11903
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
Comments
There may be something here. |
Great! Thanks, that should be in there too. OTOH it doesn't discuss |
I am not saying that the current doc is enough for every use case: TBH I never really understood it ^^. |
... I understand it, but not well enough to not have to look it up everytime I need to make a colormap. Which is good, because it means I spend very little time making tweaked colormaps 😛 |
Looking at #7716 again, truncation is basically just e.g.
and concatenation
with much more lines spent doing input checking/massaging than anything else, so I now agree that we may just want to better document this. |
WRT https://matplotlib.org/gallery/images_contours_and_fields/custom_cmap.html, I took a crack at improving the explanation in #11905. If its actually better, I'd suggest we rewrite |
Bug report
I don't see where in the documentation we help users know how to create or manipulate colormaps. Seems it should go here or in its own tutorial under
colors
:https://matplotlib.org/tutorials/colors/colormaps.html#sphx-glr-tutorials-colors-colormaps-py
Crossref #7716
The text was updated successfully, but these errors were encountered: