Closed
Description
Problem
The doc(string) for ax.quiver
doesn't include a Returns
section that shows that it returns a matplotlib.quiver.Quiver
https://matplotlib.org/devdocs/api/_as_gen/matplotlib.pyplot.quiver.html
This makes it tricky to click through from that page to see the methods of this object.
This is because the axes quiver method takes a straight copy of the quiver init docstring.
matplotlib/lib/matplotlib/axes/_axes.py
Line 5099 in 4da4cf9
Suggested Improvement
add a Returns
section.
story645 and timhoffm
Metadata
Metadata
Assignees
Labels
Open a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!