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

Skip to content

Commit 0092c2b

Browse files
committed
Merge remote-tracking branch 'origin/v2.1.x' into v2.2.x
2 parents dd66128 + 6accd6c commit 0092c2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_streamplot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def test_startpoints():
3939
plt.plot(start_x, start_y, 'ok')
4040

4141

42-
@image_comparison(baseline_images=['streamplot_colormap'])
42+
@image_comparison(baseline_images=['streamplot_colormap'],
43+
tol=.02)
4344
def test_colormap():
4445
X, Y, U, V = velocity_field()
4546
plt.streamplot(X, Y, U, V, color=U, density=0.6, linewidth=2,

0 commit comments

Comments
 (0)