From fabd69bcf0f5b5a81dbc3c7f40ded193cf61cd38 Mon Sep 17 00:00:00 2001 From: Manos Date: Wed, 29 Sep 2021 03:23:37 +0200 Subject: [PATCH] code: Savng plot --- code/expt/bgt_cmp_copenhagen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/expt/bgt_cmp_copenhagen.py b/code/expt/bgt_cmp_copenhagen.py index e5b9455..6ede6b6 100644 --- a/code/expt/bgt_cmp_copenhagen.py +++ b/code/expt/bgt_cmp_copenhagen.py @@ -126,8 +126,8 @@ def main(args): lmdk_lib.plot_legend() # # Show plot # plt.show() - # # Save plot - # lmdk_lib.save_plot(path + '.pdf') + # Save plot + lmdk_lib.save_plot(path + '.pdf') print('[OK]', flush=True)