Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9280b47 commit 9c0f5cdCopy full SHA for 9c0f5cd
1 file changed
lib/matplotlib/quiver.py
@@ -490,11 +490,8 @@ class Quiver(mcollections.PolyCollection):
490
"""
491
Specialized PolyCollection for arrows.
492
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.
+ Use set_UVC to change the size, orientation, and color of the
+ arrows; their locations can be set using set_offsets().
498
499
Much of the work in this class is done in the draw()
500
method so that as much information as possible is available
0 commit comments