Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a8ecd4

Browse files
Follow up on #14424 for docstring
1 parent e9677c1 commit 8a8ecd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/quiver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
The x and y direction components of the arrow vectors.
7474
7575
They must have the same number of elements, matching the number of arrow
76-
locations. They may be masked.
76+
locations. *U* and *V* may be masked. Only locations unmasked in
77+
*U*, *V*, and *C* will be drawn.
7778
7879
C : 1D or 2D array-like, optional
7980
Numeric data that defines the arrow colors by colormapping via *norm* and

0 commit comments

Comments
 (0)