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

Skip to content

Commit 3de4e9f

Browse files
committed
pep8 changes
1 parent c1692f3 commit 3de4e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/quiver_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
# 6
8282
plt.figure()
8383
M = np.zeros(U.shape, dtype='bool')
84-
M[U.shape[0]/3:2*U.shape[0]/3,
84+
M[U.shape[0]/3:2*U.shape[0]/3,
8585
U.shape[1]/3:2*U.shape[1]/3] = True
8686
U = ma.masked_array(U, mask=M)
8787
V = ma.masked_array(V, mask=M)

0 commit comments

Comments
 (0)