Skip to content

Fix axes -> Axes changes in figure.py #18820

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

Merged
merged 1 commit into from
Oct 26, 2020
Merged

Conversation

timhoffm
Copy link
Member

PR Summary

Follow-up / correction of #18811.

@@ -56,7 +56,7 @@ class _AxesStack(cbook.Stack):
Specialization of `.Stack`, to handle all tracking of `~.axes.Axes` in a
`.Figure`.

This stack stores ``key, (ind, Axes)`` pairs, where:
This stack stores ``key, (ind, axes)`` pairs, where:
Copy link
Member Author

@timhoffm timhoffm Oct 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usage in literals is similar to variables (rather than types) and thus should stay lowercase.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops I forgot to mention this in the comments. I wasn't sure about this one. Thanks for fixing.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought it was fine, but I'm so old I remember when everyone was excited about mixed-case variable names (an improvement from all-caps!)

@timhoffm timhoffm added this to the v3.4.0 milestone Oct 26, 2020
Copy link
Member

@tacaswell tacaswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anyone can merge on CI green.

@timhoffm timhoffm merged commit 75efe63 into matplotlib:master Oct 26, 2020
@timhoffm timhoffm deleted the doc-axes branch October 26, 2020 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants