Skip to content

Commit bca8c19

Browse files
committed
tight_layout has options
1 parent e07f01d commit bca8c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Graphics/Matplotlib.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ zlabel label = mp # "ax.set_zlabel(" # raw label ## ")"
444444

445445
setSizeInches w h = mp # "fig.set_size_inches(" # w # "," # h # ", forward=True)"
446446

447-
tightLayout = mp # "fig.tight_layout()"
447+
tightLayout = mp # "fig.tight_layout(" ## ")"
448448

449449
xkcd = mp # "plot.xkcd()"
450450

0 commit comments

Comments
 (0)