Quiver docs don't have a return section #19464
Labels
Documentation
Good first issue
Open a pull request against these issues if there are no active ones!
Milestone
Problem
The doc(string) for
ax.quiver
doesn't include aReturns
section that shows that it returns amatplotlib.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.The text was updated successfully, but these errors were encountered: