-
Notifications
You must be signed in to change notification settings - Fork 890
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
No pcolormesh referenced #55
Comments
Cheatsheets are meant to give a quick overview of the main functions and I had to make some choices. Regarding |
I wouldn't suggest pcolormesh instead of imshow. Perhaps pcolormesh instead of The point of |
I would need to think of an illustrative usage case. From the galley, I found only one. |
I used the same data that you used for https://github.com/matplotlib/matplotlib/pull/19703/files |
Can't we used a logspace for X and Y with the "default" imshow pattern ? That would be a nice use case. |
Folks should be using
pcolormesh
in general rather thanimshow
- imshow really only works for equally spaced pixels, and there is lots of data that is not laid out that way. However the cheatsheet doesn't mentionpcolormesh
.The text was updated successfully, but these errors were encountered: