Skip to content

Commit fd2c897

Browse files
authored
Merge pull request matplotlib#30784 from ianhi/uvc-docstring
correct statement about available methods in `Quiver` docstring
2 parents 50fea43 + 9c0f5cd commit fd2c897

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lib/matplotlib/quiver.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,8 @@ class Quiver(mcollections.PolyCollection):
490490
"""
491491
Specialized PolyCollection for arrows.
492492
493-
The only API method is set_UVC(), which can be used
494-
to change the size, orientation, and color of the
495-
arrows; their locations are fixed when the class is
496-
instantiated. Possibly this method will be useful
497-
in animations.
493+
Use set_UVC to change the size, orientation, and color of the
494+
arrows; their locations can be set using set_offsets().
498495
499496
Much of the work in this class is done in the draw()
500497
method so that as much information as possible is available

0 commit comments

Comments
 (0)