diff --git a/code/expt/bgt_cmp_hue.py b/code/expt/bgt_cmp_hue.py index 096ca65..45488d3 100644 --- a/code/expt/bgt_cmp_hue.py +++ b/code/expt/bgt_cmp_hue.py @@ -131,7 +131,7 @@ def main(args): # Show plot # plt.show() # Save plot - lmdk_lib.save_plot(path + '-001.pdf') + lmdk_lib.save_plot(path + '.pdf') print('[OK]', flush=True)