-
-
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 |
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.... |
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:
|
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) |
It's all a matter of field of application I guess... (typically imshow is enough for me :-)) |
Ooops, made git mistake. Closing and re-opening. |
@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). |
Ahhh. I should have done that! Thanks. |
PR Summary
tutorials/introductory/sample_plots.py
didn't have apcolor
plot or an example ofcontour
!PR Checklist