File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -561,8 +561,8 @@ def test_savefig_pixel_ratio(backend):
561
561
extensions = ['png' ], savefig_kwarg = {'transparent' : True },
562
562
remove_text = True )
563
563
def test_savefig_transparent ():
564
- # create two transparent subfigures with corresponding transparent inset axes.
565
- # the entire background of the image should be transparent.
564
+ # create two transparent subfigures with corresponding transparent inset
565
+ # axes. the entire background of the image should be transparent.
566
566
fig = plt .gcf ()
567
567
gs = fig .add_gridspec (3 , 3 )
568
568
fig .add_subfigure (gs [0 , 0 ])
@@ -573,7 +573,7 @@ def test_savefig_transparent():
573
573
fig .add_subplot (gs [0 :2 , 1 ])
574
574
ax2 = plt .gca ()
575
575
ax2 .inset_axes ([.1 , .2 , .3 , .4 ])
576
-
576
+
577
577
578
578
def test_figure_repr ():
579
579
fig = plt .figure (figsize = (10 , 20 ), dpi = 10 )
You can’t perform that action at this time.
0 commit comments