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

Skip to content

Commit 5a5f458

Browse files
author
domspad
committed
pep8
1 parent 1b72df1 commit 5a5f458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pylab_examples/axes_props.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"""
55

66
import matplotlib.pyplot as plt
7-
import numpy as np
7+
import numpy as np
88

99
t = np.arange(0.0, 2.0, 0.01)
10-
s = np.sin(2*pi*t)
10+
s = np.sin(2*np.pi*t)
1111
plt.plot(t, s)
1212
plt.grid(True)
1313

0 commit comments

Comments
 (0)