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 67a5170 + 725ccd5 commit 2d9c534Copy full SHA for 2d9c534
1 file changed
lib/matplotlib/tests/test_axes.py
@@ -1129,7 +1129,7 @@ def test_hist_step_empty():
1129
ax = plt.gca()
1130
ax.hist([], histtype='step')
1131
1132
-@image_comparison(baseline_images=['hist_steplog'], remove_text=True, tol=0.05)
+@image_comparison(baseline_images=['hist_steplog'], remove_text=True, tol=0.1)
1133
def test_hist_steplog():
1134
np.random.seed(0)
1135
data = np.random.standard_normal(2000)
0 commit comments