Skip to content
Snippets Groups Projects
Commit a7864dff authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Tighter layout

parent f0534f6a
Branches
Tags
No related merge requests found
...@@ -127,7 +127,8 @@ class ZTPlot(kp.Module): ...@@ -127,7 +127,8 @@ class ZTPlot(kp.Module):
nrows=n_rows, nrows=n_rows,
sharex=True, sharex=True,
sharey=True, sharey=True,
figsize=(16, 8)) figsize=(16, 8),
constrained=True)
axes = [axes] if n_plots == 1 else axes.flatten() axes = [axes] if n_plots == 1 else axes.flatten()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment