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.
2 parents 50fea43 + 9c0f5cd commit fd2c897Copy full SHA for fd2c897
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