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

Skip to content

Commit a1dff87

Browse files
apaszkeeric-wieser
andauthored
Update lib/mpl_toolkits/mplot3d/proj3d.py
Co-Authored-By: Eric Wieser <[email protected]>
1 parent fbee126 commit a1dff87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/mplot3d/proj3d.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ def _proj_transform_vectors(vecs, M):
149149
150150
Parameters
151151
----------
152-
vecs : *x3 np.ndarray or np.ma.MaskedArray
152+
vecs : ... x 3 np.ndarray or np.ma.MaskedArray
153153
Input vectors
154154
155-
M : 4x4 np.ndarray
155+
M : 4 x 4 np.ndarray
156156
Projection matrix
157157
"""
158158
vecs_shape = vecs.shape

0 commit comments

Comments
 (0)