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.
2 parents 79da80c + 0092c2b commit 2099af4Copy full SHA for 2099af4
1 file changed
lib/matplotlib/tests/test_streamplot.py
@@ -39,7 +39,8 @@ def test_startpoints():
39
plt.plot(start_x, start_y, 'ok')
40
41
42
-@image_comparison(baseline_images=['streamplot_colormap'])
+@image_comparison(baseline_images=['streamplot_colormap'],
43
+ tol=.02)
44
def test_colormap():
45
X, Y, U, V = velocity_field()
46
plt.streamplot(X, Y, U, V, color=U, density=0.6, linewidth=2,
0 commit comments