-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
MAINT removing examples/subplots_axes_and_figures/subplot.py #13238
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
There's also https://matplotlib.org/devdocs/gallery/pyplots/pyplot_two_subplots.html#sphx-glr-gallery-pyplots-pyplot-two-subplots-py also using pyplot. |
Are you asking for a change or just making a statement? |
I'm suggesting that removing this specific pyplot example may not be best. |
I've updated |
The point (for me) is not so much pyplot-vs-OO, but keeping an example that shows |
This example is a duplicate of subplot_demo.py, using the pyplot interface instead of the oriented object one
2d736e3
to
aa22ad2
Compare
@anntzer I'm confident that this is showcased in at least one of our 500 examples. There's really no point of adding examples to the gallery that showcase features that are sufficiently close that there's absolutely no difference between the image generated. It's not how our users use our gallery: they scroll until they find an example with an image that is closely related to what they want to do. Anyhow, obviously, I disagree with you, as I took the time and effort to open this pull request. |
My strictly personal belief is that googling/ctrl-f'ing the gallery page is more common. |
I'm +/- 0 on this; I think at least the two examples should be merged (the one being deleted at hte moment and the one that's identical apart from using |
I've closed this PR: if this is not a clear merge, I don't want to spend more time on this. |
This example is a duplicate of subplot_demo.py, using the pyplot interface instead of the oriented object one