From 5d8aa9e92f9fd9431c24f939a8ce7f023a734243 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 16 Oct 2018 15:03:24 +0200 Subject: [PATCH] Revert "figures in example (fits and png)" This reverts commit da20283e899896ab056b2785955e7047f853620c. --- heeps/example.py | 1 - 1 file changed, 1 deletion(-) diff --git a/heeps/example.py b/heeps/example.py index 8e04d57..c706062 100644 --- a/heeps/example.py +++ b/heeps/example.py @@ -80,4 +80,3 @@ plt.colorbar() plt.show(block=False) plt.savefig(os.path.join(conf['OUT_DIR'], filename_LS) + '.png', dpi=300, transparent=True) -