Skip to content
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

issue with matplotlib.add_subplot documentation #10611

Closed
mjschurman opened this issue Feb 26, 2018 · 1 comment
Closed

issue with matplotlib.add_subplot documentation #10611

mjschurman opened this issue Feb 26, 2018 · 1 comment

Comments

@mjschurman
Copy link

I believe there is an error (or at least confusing wording) in the documentation for the

matplotlib.figure.Figure.add_subplot method

found here:
https://matplotlib.org/api/_as_gen/matplotlib.figure.Figure.html

under the *args description it states:

Either a 3-digit integer or three separate integers describing the position of the subplot. If the three integers are I, J, and K, the subplot is the Ith plot on a grid with J rows and K columns.

I believe that a more clear description would read something like:

Either a 3-digit integer or three separate integers describing the position of the subplot. If the three integers are J, K, and I the subplot is the Ith plot on a grid with J rows and K columns.

@jklymak
Copy link
Member

jklymak commented Feb 26, 2018

Thanks! This has been fixed recently: https://matplotlib.org/devdocs/api/_as_gen/matplotlib.figure.Figure.html#matplotlib.figure.Figure
I'll close, but comment if you still finde the new version confusing and I'll happily re-open.

@jklymak jklymak closed this as completed Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants