8000
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 e9677c1 commit 8a8ecd4Copy full SHA for 8a8ecd4
lib/matplotlib/quiver.py
@@ -73,7 +73,8 @@
73
The x and y direction components of the arrow vectors.
74
75
They must have the same number of elements, matching the number of arrow
76
- locations. They may be masked.
+ locations. *U* and *V* may be masked. Only locations unmasked in
77
+ *U*, *V*, and *C* will be drawn.
78
79
C : 1D or 2D array-like, optional
80
Numeric data that defines the arrow colors by colormapping via *norm* and
0 commit comments