File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 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):
4747
4848@image_comparison (['bbox_inches_tight_suptile_legend' ],
4949 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 )
5151def test_bbox_inches_tight_suptile_legend ():
5252 plt .plot (np .arange (10 ), label = 'a straight line' )
5353 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():
13761376
13771377
13781378@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 )
13801381def test_subfigure_ss ():
13811382 # test assigning the subfigure via subplotspec
13821383 np .random .seed (19680801 )
You can’t perform that action at this time.
0 commit comments