diff --git a/code/expt/bgt_cmp.py b/code/expt/bgt_cmp.py index 87d222e..ead5578 100644 --- a/code/expt/bgt_cmp.py +++ b/code/expt/bgt_cmp.py @@ -201,9 +201,9 @@ def main(args): # Plot legend lmdk_lib.plot_legend() # Show plot - plt.show() + # plt.show() # Save plot - # lmdk_lib.save_plot(path + '.pdf') + lmdk_lib.save_plot(path + '.pdf') print('[OK]', flush=True)