We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a02596 commit 730667dCopy full SHA for 730667d
examples/pylab_examples/nan_test.py
@@ -5,7 +5,7 @@
5
import matplotlib.pyplot as plt
6
7
t = np.arange(0.0, 1.0 + 0.01, 0.01)
8
-s = np.cos(2*2*np.pi*t)
+s = np.cos(2 * 2 * np.pi * t)
9
t[41:60] = np.nan
10
11
plt.subplot(2, 1, 1)
0 commit comments