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

[Doc]: API interface overview pylab incorrect import statement: from matplotlib.pyplot import * #27461

Copy link
Copy link
Closed
@mgjf

Description

@mgjf
Issue body actions

Documentation Link

https://matplotlib.org/stable/users/explain/figure/api_interfaces.html#appendix-pylab-interface

Problem

In the description of the obsolete Pylab interface in the Matplotlib API overview,
https://matplotlib.org/stable/users/explain/figure/api_interfaces.html#appendix-pylab-interface
the Pylab import statement is incorrectly given as from matplotlib.pyplot import *. This should be pylab instead of pyplot.

Suggested improvement

Replace by correct statement from matplotlib.pylab import *

Metadata

Metadata

Assignees

No one assigned

    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.