Skip to content

Commit 3720671

Browse files
author
domspad
committed
pep8
1 parent 1ee2986 commit 3720671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/anscombe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
matplotlib fun for a rainy day
1010
"""
1111

12-
import matplotlib.pyplot as plt
12+
import matplotlib.pyplot as plt
1313
import numpy as np
1414

1515
x = np.array([10, 8, 13, 9, 11, 14, 6, 4, 12, 7, 5])

0 commit comments

Comments
 (0)