8000 Added documentation for the normalize keyword to the quiver function · matplotlib/matplotlib@b81e976 · GitHub
[go: up one dir, main page]

Skip to content

Commit b81e976

Browse files
committed
Added documentation for the normalize keyword to the quiver function
1 parent 29c3ef6 commit b81e976

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2501,6 +2501,11 @@ def quiver(self, *args, **kwargs):
25012501
The part of the arrow that is at the grid point; the arrow
25022502
rotates about this point, hence the name *pivot*.
25032503
Default is 'tail'
2504+
2505+
*normalize*: [False | True]
2506+
When True, all of the arrows will be the same length. This
2507+
defaults to False, where the arrows will be different lengths
2508+
depending on the values of u,v,w.
25042509
25052510
Any additional keyword arguments are delegated to
25062511
:class:`~matplotlib.collections.LineCollection`

0 commit comments

Comments
 (0)
0