Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9086f0a

Browse filesBrowse files
authored
Merge pull request #15159 from matplotlib/quiverdocstring-update
Follow up on #14424 for docstring
2 parents e9677c1 + 8a8ecd4 commit 9086f0a
Copy full SHA for 9086f0a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/quiver.py

Copy file name to clipboardExpand all lines: lib/matplotlib/quiver.py
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.