8000 subplots docstring: no example of NxN grid · Issue #7230 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
subplots docstring: no example of NxN grid #7230
Closed
@stefanv

Description

@stefanv

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-issuesDocumentation

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0