Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

subplots docstring: no example of NxN grid #7230

Copy link
Copy link
Closed
@stefanv

Description

@stefanv
Issue body actions

It would be useful to see something like this:

f, ax = plt.subplots(2, 2)

ax[0, 0].plot([1, 2, 3])
ax[1, 1].plot([1, 2, 3])

So that users do not immediately jump to gridspec.

Metadata

Metadata

Assignees

Labels

Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesDocumentation

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.