File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def test_bbox_inches_tight(text_placeholders):
47
47
48
48
@image_comparison (['bbox_inches_tight_suptile_legend' ],
49
49
savefig_kwarg = {'bbox_inches' : 'tight' },
50
- tol = 0 if platform .machine () == 'x86_64' else 0.02 )
50
+ tol = 0 if platform .machine () == 'x86_64' else 0.022 )
51
51
def test_bbox_inches_tight_suptile_legend ():
52
52
plt .plot (np .arange (10 ), label = 'a straight line' )
53
53
plt .legend (bbox_to_anchor = (0.9 , 1 ), loc = 'upper left' )
Original file line number Diff line number Diff line change @@ -1376,7 +1376,8 @@ def test_subfigure_dpi():
1376
1376
1377
1377
1378
1378
@image_comparison (['test_subfigure_ss.png' ], style = 'mpl20' ,
1379
- savefig_kwarg = {'facecolor' : 'teal' }, tol = 0.02 )
1379
+ savefig_kwarg = {'facecolor' : 'teal' },
1380
+ tol = 0.022 )
1380
1381
def test_subfigure_ss ():
1381
1382
# test assigning the subfigure via subplotspec
1382
1383
np .random .seed (19680801 )
You can’t perform that action at this time.
0 commit comments