8000 Documentation mistake in the pyplot introductory tutorial · Issue #10037 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Documentation mistake in the pyplot introductory tutorial #10037
Closed
@leonprou

Description

@leonprou

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationGood first issueOpen a pull request against these issues if there are no active ones!

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0