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)