We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f567fa6 commit df043cfCopy full SHA for df043cf
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