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 b81e976

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

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎lib/mpl_toolkits/mplot3d/axes3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py
+5Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.