Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1effc3b commit 3aa87e0Copy full SHA for 3aa87e0
lib/matplotlib/tests/test_cycles.py
@@ -1,6 +1,7 @@
1
+import numpy as np
2
+
3
from matplotlib.testing.decorators import image_comparison
4
import matplotlib.pyplot as plt
-import numpy as np
5
6
@image_comparison(baseline_images=['color_cycle_basic'], remove_text=True)
7
def test_colorcycle_basic():
@@ -21,6 +22,7 @@ def test_colorcycle_basic():
21
22
ys = 0.85 * xs + 5
23
ax.plot(xs, ys)
24
25
26
@image_comparison(baseline_images=['linestyle_cycle_basic'], remove_text=True)
27
def test_linestylecycle_basic():
28
fig = plt.figure()
0 commit comments