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

Skip to content

Commit a9e377c

Browse files
committed
docs
1 parent f4cca16 commit a9e377c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,9 +2428,9 @@ def quiver(self, *args, **kwargs):
24282428
*U*, *V*, *W*:
24292429
The direction vector that the arrow is pointing
24302430
2431-
All argument must be iterable, when converted to numpy arrays, the shape of all input
2432-
argument must be identical. Masked arrays are supported, if a position in any of argument
2433-
is masked, then the corresponding quiver will not be plotted.
2431+
The arguments could be iterable or scalars they will be broadcast together. The arguments can
2432+
also be masked arrays, if a position in any of argument is masked, then the corresponding
2433+
quiver will not be plotted.
24342434
24352435
Keyword arguments:
24362436

0 commit comments

Comments
 (0)