Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Documentation Link
https://matplotlib.org/stable/api/pyplot_summary.html
Problem
The documentation onstyle sheets indicates that the methods are part of thematplotlib
namespace and shows examples with thepyplot
namespace. The methods are documented in thematplotlib.style
part of the API but not inmatplotlib.pyplot
.
Suggested improvement
Include references in thematplotlib.pyplot
API documentation to methods that it inherits frommatplotlib
.