Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Documentation Link
No response
Problem
The docstring of quiver (https://matplotlib.org/devdocs/api/_as_gen/matplotlib.quiver.Quiver.html#matplotlib.quiver.Quiver) claims that
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.
however this is not true, you can also useset_offsets
to change the locations.
Suggested improvement
Something like
You can set theUVC
values usingset_UVC
and the locations usingset_offsets
Matplotlib Version
any