10000 pep8 on pstest.py · matplotlib/matplotlib@5f214fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f214fa

Browse files
committed
pep8 on pstest.py
1 parent 67c753c commit 5f214fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/pylab_examples/pstest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import matplotlib.pyplot as plt
22
import numpy as np
33

4+
45
def f(t):
5-
s1 = np.cos(2*np.pi*t)
6+
s1 = np.cos(2 * np.pi * t)
67
e1 = np.exp(-t)
78
return np.multiply(s1, e1)
89

0 commit comments

Comments
 (0)
0