[Doc]: figlegend examples call `fig.figlegend` instead of `plt.figlegend` or `fig.legend` · Issue #24433 · matplotlib/matplotlib · GitHub
Skip to content

[Doc]: figlegend examples call fig.figlegend instead of plt.figlegend or fig.legend #24433

Description

@roryyorke

Documentation Link

https://matplotlib.org/devdocs/api/_as_gen/matplotlib.pyplot.figlegend.html

Problem

In the linked doc, the examples all use fig.figlegend, e.g.

ax.plot([1, 2, 3], label='Inline label')
fig.figlegend()

Figure doesn't have a figlegend method (but does have legend).

Suggested improvement

The examples should probably call plt.figlegend, since it's the docs for matplotlib.pyplot.figlegend.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions