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

Skip to content

Commit ed732a8

Browse files
committed
PEP8 modifications
1 parent fa99a36 commit ed732a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/pylab_examples/vline_hline_demo.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@
88
import numpy as np
99
import numpy.random as rnd
1010

11-
12-
1311
def f(t):
1412
s1 = np.sin(2 * np.pi * t)
1513
e1 = np.exp(-t)
1614
return np.absolute((s1 * e1)) + .05
1715

18-
1916
t = np.arange(0.0, 5.0, 0.1)
2017
s = f(t)
2118
nse = rnd.normal(0.0, 0.3, t.shape) * s

0 commit comments

Comments
 (0)