Skip to content

Typo in the figure API (fig.suptitle) #13388

Closed
@zaidemad

Description

@zaidemad

The following is from https://matplotlib.org/tutorials/introductory/usage.html#sphx-glr-tutorials-introductory-usage-py :

fig = plt.figure()  # an empty figure with no axes
fig.suptitle('No axes on this figure')  # Add a title so we know which it is

The API should be fig.subtitle instead of fig.suptitle because 'suptitle' is not an english word.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions