Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b611b commit de67c8cCopy full SHA for de67c8c
1 file changed
lib/mpl_toolkits/mplot3d/proj3d.py
@@ -195,6 +195,6 @@ def rot_x(V, alpha):
195
M1 = np.array([[1,0,0,0],
196
[0,cosa,-sina,0],
197
[0,sina,cosa,0],
198
- [0,0,0,0]])
+ [0,0,0,1]])
199
200
return np.dot(M1, V)
0 commit comments