Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: Remove last userdemo example#30197
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Nested gridspecs are explained in`galleries/examples/subplots_axes_and_figures/gridspec_nested.py`, andlayout is more generally explained in`galleries/users_explain/axes/arranging_axes.py` and`galleries/users_explain/axes/constrainedlayout_guide.py`Closesmatplotlib#25800
Also fixed a couple redirects from the old |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I was initially thinking of moving the example. But, while the example looks fancy, the existing other grid spec examples are more instructive. So removal makes sense.
5a10e4d
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
PR summary
Nested gridspecs are explained in
galleries/examples/subplots_axes_and_figures/gridspec_nested.py
, and layout is more generally explained ingalleries/users_explain/axes/arranging_axes.py
andgalleries/users_explain/axes/constrainedlayout_guide.py
Closes#25800
PR checklist