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 ba400c2 + df043cf commit 9ff060eCopy full SHA for 9ff060e
1 file changed
lib/matplotlib/tests/test_figure.py
@@ -1130,7 +1130,7 @@ def test_subfigure_dpi():
1130
1131
1132
@image_comparison(['test_subfigure_ss.png'], style='mpl20',
1133
- savefig_kwarg={'facecolor': 'teal'})
+ savefig_kwarg={'facecolor': 'teal'}, tol=0.02)
1134
def test_subfigure_ss():
1135
# test assigning the subfigure via subplotspec
1136
np.random.seed(19680801)
0 commit comments