8000 PEP8 changes · matplotlib/matplotlib@970881d · GitHub
[go: up one dir, main page]

Skip to content

Commit 970881d

Browse files
committed
PEP8 changes
1 parent ed732a8 commit 970881d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/pylab_examples/vline_hline_demo.py

Lines 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