-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add examples for subplots_axes_and_figures #9392
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
@@ -3,6 +3,7 @@ | |||
Subplots Adjust | |||
=============== | |||
|
|||
Example showing tuning of the subplots. |
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.
How about "Adjusting the spacing and margins of subplots."
@@ -3,6 +3,7 @@ | |||
Subplot Toolbar | |||
=============== | |||
|
|||
Example showing various subplots which are controlled using the toolbar. |
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.
Suggest "Matplotlib has a toolbar available for adjusting subplot spacing"
I think both of the comments are saying that you should drop the "Example showing" part, because that's kind of redundant. |
@@ -3,6 +3,7 @@ | |||
Subplots Adjust | |||
=============== | |||
|
|||
Example showing the adjusting of spacing and margins of subplots. |
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.
Adjusting the spacing of margins and subplots using :func:~matplotlib.pyplot.subplots_adjust
:
@@ -3,6 +3,7 @@ | |||
Subplot Toolbar | |||
=============== | |||
|
|||
Example showing toolbar of matplotlib available for adjusting subplot spacing. |
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.
Matplotlib has a toolbar available for adjusting suplot spacing.
@divyam3897 Thanks so much for pointing out that these descriptions were missing! I do think that your phrasing needs tweaking. |
@jklymak done!, let me know if it's better or requires more changes :) |
Great! Thanks for the PR. Very helpful! |
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.
Thanks a lot!
@meeseeksdev backport to v2.1.0-doc |
Backport PR #9392 on branch v2.1.0-doc
Add descriptions for subplots_axes_and_figures
Extension to PRs for #8921