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 970881d

Browse filesBrowse files
committed
PEP8 changes
1 parent ed732a8 commit 970881d
Copy full SHA for 970881d

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-4
lines changed

‎examples/pylab_examples/vline_hline_demo.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/vline_hline_demo.py
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
#!/usr/bin/env python
2-
31
"""
42
Small demonstration of the hlines and vlines plots.
53
"""
64

7-
import matplotlib.pyplot as plt
8-
import numpy as np
5+
import matplotlib.pyplot as plt
6+
import numpy as np
97
import numpy.random as rnd
108

9+
1110
def f(t):
1211
s1 = np.sin(2 * np.pi * t)
1312
e1 = np.exp(-t)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.