-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Doc] add pcolor and contour to tutorials/introductory/sample_plots.py #9387
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
Conversation
fwiw (not directly related but perhaps you can also remove it here) there seems to be an extraneous plot at the bottom of the page, see below http://matplotlib.org/devdocs/tutorials/introductory/sample_plots.html#xkcd-style-sketch-plots |
All reactions
Sorry, something went wrong.
Well, it does get used for the thumbnail. But can I choose one of the other plots for the thumbnail? I'll just leave it, but include a section heading and bit of commentary so it doesn't look so mysterious. There is probably a way to suppress the code as well, but it does't hurt anything.... |
All reactions
Sorry, something went wrong.
Ah... looks like a feature (pick a thumbnail not in the notebook) we should ask the s-g gallery folks about (I think it's a nice thumbnail). @choldgraf ? :-) Also, there's no imshow example, which seems waaay more fundamental. Perhaps something like:
|
All reactions
Sorry, something went wrong.
OK, I can do that. I thought I was being good and economical by choosing an example that had (I was pretty surprised that none of these functions made it onto the "sample plots" page, since they are the main type of visualization I do - even more fundamental than line plots) |
All reactions
Sorry, something went wrong.
It's all a matter of field of application I guess... (typically imshow is enough for me :-)) |
All reactions
Sorry, something went wrong.
Ooops, made git mistake. Closing and re-opening. |
All reactions
Sorry, something went wrong.
@jklymak git push --force / git push --force-with-lease should let you reuse the same PR. At least I tend to use it quite liberally (on PRs only of course). |
All reactions
Sorry, something went wrong.
Ahhh. I should have done that! Thanks. |
All reactions
Sorry, something went wrong.
Successfully merging this pull request may close these issues.
None yet
PR Summary
tutorials/introductory/sample_plots.py
didn't have apcolor
plot or an example ofcontour
!PR Checklist