Skip to content

Commit d99055d

Browse files
committed
set tight_layout=True
1 parent ddf0cd2 commit d99055d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dabest/plotter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ def EffectSizeDataFramePlotter(EffectSizeDataFrame, **plot_kwargs):
255255

256256
# Initialise the figure.
257257
# sns.set(context="talk", style='ticks')
258-
init_fig_kwargs = dict(figsize=fig_size, dpi=plot_kwargs["dpi"])
258+
init_fig_kwargs = dict(figsize=fig_size, dpi=plot_kwargs["dpi"],
259+
tight_layout=True)
259260

260261
width_ratios_ga = [2.5, 1]
261262
h_space_cummings = 0.3

0 commit comments

Comments
 (0)