-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Put correct version in constrained layout tutorial #13316
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
@@ -45,7 +47,7 @@ | |||
titles (or sometimes even ticklabels) go outside the figure area, and are thus | |||
clipped. | |||
|
|||
""" | |||
""".format(version=matplotlib.__version__) |
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 simply removing this annotation? This will need to be updated once constrained layout is not experimental anyways.
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.
Not quite sure what you meant; I've just got rid of the version number now, is that okay?
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.
👍
This looks good to me! Thanks! |
…316-on-v3.0.2-doc Backport PR #13316 on branch v3.0.2-doc (Put correct version in constrained layout tutorial)
Fixes #13311 - we can decide whether to get rid of the message in another PR (my vote would be lets remove it for 3.1)