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

Documentation mistake in the pyplot introductory tutorial #10037

Closed
leonprou opened this issue Dec 18, 2017 · 5 comments
Closed

Documentation mistake in the pyplot introductory tutorial #10037

leonprou opened this issue Dec 18, 2017 · 5 comments
Labels
Documentation Good first issue Open a pull request against these issues if there are no active ones!
Milestone

Comments

@leonprou
Copy link

Bug report

In the introductory tutorial, you can read " The subplot() command specifies numrows, numcols, fignum where fignum ranges from 1 to numrows*numcols".
I'm interpreting fignum as figure number, which is a wrong cause the third argument is plot_number, it's easily seen in the docs of subplot

To fix, just need replace here fignum to plot_number.

@dstansby dstansby added Documentation Good first issue Open a pull request against these issues if there are no active ones! new-contributor-friendly labels Dec 18, 2017
@leonprou
Copy link
Author

@dsblank thanks for the tags. It's really small, so I can make a PR if you're interested.

@tacaswell
Copy link
Member

@leonprou Please do! We ❤️ documentation PRs!

@tacaswell tacaswell added this to the v2.1.1-doc milestone Dec 19, 2017
@surana-mudit
Copy link
Contributor

Hey @leonprou , I am a new contributor to this repo, I would like to make a PR for this issue as it is my first issue

@leonprou
Copy link
Author

@surana-mudit ok, go for it 👍

@dstansby
Copy link
Member

Fixed by #10055

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Good first issue Open a pull request against these issues if there are no active ones!
Projects
None yet
Development

No branches or pull requests

4 participants