Open
Description
Documentation Link
https://matplotlib.org/stable/api/pyplot_summary.html
Problem
The documentation on style sheets indicates that the methods are part of the matplotlib
namespace and shows examples with the pyplot
namespace. The methods are documented in the matplotlib.style
part of the API but not in matplotlib.pyplot
.
Suggested improvement
Include references in the matplotlib.pyplot
API documentation to methods that it inherits from matplotlib
.