From a7864dff079e82c28b44c88e1e2b851f5c5ee388 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Tue, 19 Mar 2019 00:24:20 +0100 Subject: [PATCH] Tighter layout --- scripts/ztplot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ztplot.py b/scripts/ztplot.py index a0ea59e..95440d2 100755 --- a/scripts/ztplot.py +++ b/scripts/ztplot.py @@ -127,7 +127,8 @@ class ZTPlot(kp.Module): nrows=n_rows, sharex=True, sharey=True, - figsize=(16, 8)) + figsize=(16, 8), + constrained=True) axes = [axes] if n_plots == 1 else axes.flatten() -- GitLab