Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3aa87e0

Browse files
committed
Now I am PEP8 complient (I'll squash later)
1 parent 1effc3b commit 3aa87e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/tests/test_cycles.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import numpy as np
2+
13
from matplotlib.testing.decorators import image_comparison
24
import matplotlib.pyplot as plt
3-
import numpy as np
45

56
@image_comparison(baseline_images=['color_cycle_basic'], remove_text=True)
67
def test_colorcycle_basic():
@@ -21,6 +22,7 @@ def test_colorcycle_basic():
2122
ys = 0.85 * xs + 5
2223
ax.plot(xs, ys)
2324

25+
2426
@image_comparison(baseline_images=['linestyle_cycle_basic'], remove_text=True)
2527
def test_linestylecycle_basic():
2628
fig = plt.figure()

0 commit comments

Comments
 (0)