8000 Create new sphinx gallery page for "Chart Types" · Issue #18277 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Create new sphinx gallery page for "Chart Types" #18277
Closed
@story645

Description

@story645

Problem

Matplotlib supports give or take around 60 unique chart types, but there's no distinct listing of these charts. The closest is a listing of all methods on Axes (https://matplotlib.org/api/axes_api.html?highlight=axes#basic) which intermixes other functionality. It's even harder to find the distinct chart types in the gallery, where there are roughly 600? examples.

Proposal

A new stand-alone sphinx gallery page where each plot type gets a minimal example of the form:

data = np.array([list of concrete values])
fig, ax = plt.subplots()
ax.plotting_method(data)

no generated data, no tweaking of the parameters in the plot, just an out of the box this is what this plotting method does. intention is to manage issue via https://github.com/matplotlib/matplotlib/projects/10 by

  1. creating notes for each plot type
  2. replacing with PRs as folks tackle them.

Optional

Create a placeholder folder in the docs for PRs to target these examples so they're not waiting on the new gallery page.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0