Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions lib/matplotlib/quiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,11 +490,8 @@ class Quiver(mcollections.PolyCollection):
"""
Specialized PolyCollection for arrows.

The only API method is set_UVC(), which can be used
to change the size, orientation, and color of the
arrows; their locations are fixed when the class is
instantiated. Possibly this method will be useful
in animations.
Use set_UVC to change the size, orientation, and color of the
arrows; their locations can be set using set_offsets().

Much of the work in this class is done in the draw()
method so that as much information as possible is available
Expand Down
Loading