Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC: matplotlib.__doc__ not included in online docs ? #17973

Closed
@Carreau

Description

@Carreau

Bug report

It seem like for a while the content of matpltolib.__doc__ is missing from the online documentation.

https://matplotlib.org/3.3.0/api/matplotlib_configuration_api.html starts with "backend management"

https://matplotlib.org/1.2.1/api/matplotlib_configuration_api.html is the latest version that I find contains

This is an object-oriented plotting library.

A procedural interface is provided by the companion pyplot module, which may be imported directly, e.g:

from matplotlib.pyplot import *
To include numpy functions too, use:

from pylab import *

(which would make sens as 9f0e939 (v1.2.1-892-g919c59ad36) removed an ".. automodule", instead of simply removing :members: ?

It seem strange that documentation that users would get with matplotlib??, is not present in the website, this also make bug report to this documentation less likely.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions