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 38b6157 commit 9d3e774Copy full SHA for 9d3e774
lib/matplotlib/tests/test_axes.py
@@ -543,7 +543,7 @@ def test_polycollection_joinstyle():
543
ax.set_ybound(0, 3)
544
545
@image_comparison(baseline_images=['fill_between_interpolate'],
546
- tol=100, remove_text=True)
+ remove_text=True)
547
def test_fill_between_interpolate():
548
x = np.arange(0.0, 2, 0.02)
549
y1 = np.sin(2*np.pi*x)
@@ -612,8 +612,7 @@ def test_symlog2():
612
ax.grid(True)
613
ax.set_ylim(-0.1, 0.1)
614
615
-@image_comparison(baseline_images=['pcolormesh'], tol=200,
616
- remove_text=True)
+@image_comparison(baseline_images=['pcolormesh'], remove_text=True)
617
def test_pcolormesh():
618
n = 12
619
x = np.linspace(-1.5,1.5,n)
0 commit comments