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 5f214fa

Browse filesBrowse files
committed
pep8 on pstest.py
1 parent 67c753c commit 5f214fa
Copy full SHA for 5f214fa

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎examples/pylab_examples/pstest.py

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