From f7d3ed2c28152ff594b97df64e97ef25dedba396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Schr=C3=B6n?= <martin.schroen@ufz.de> Date: Thu, 16 May 2024 13:58:05 +0200 Subject: [PATCH] Fix footprint plots not drawing in pdf --- instantPASDy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instantPASDy.py b/instantPASDy.py index 7149533..15e1740 100644 --- a/instantPASDy.py +++ b/instantPASDy.py @@ -3319,7 +3319,8 @@ def main(configfile=None, cfg_prefix=None): if ax != F.axes[-1]: ax.set_xticklabels([]) - R.add_image(F.buff) + # buffer = F.buff + R.add_image(F.buff) if "diurnal" in pdf_plots_list: Pr.update("Diurnal cycles") -- GitLab