Skip to content

Commit 730667d

Browse files
committed
pep8 chagnes on nan_test.py
1 parent 4a02596 commit 730667d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/nan_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import matplotlib.pyplot as plt
66

77
t = np.arange(0.0, 1.0 + 0.01, 0.01)
8-
s = np.cos(2*2*np.pi*t)
8+
s = np.cos(2 * 2 * np.pi * t)
99
t[41:60] = np.nan
1010

1111
plt.subplot(2, 1, 1)

0 commit comments

Comments
 (0)