Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed732a8

Browse filesBrowse files
committed
PEP8 modifications
1 parent fa99a36 commit ed732a8
Copy full SHA for ed732a8

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎examples/pylab_examples/vline_hline_demo.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/vline_hline_demo.py
-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.