From 61d495128069d7b011b5ce7b9981801fcbc968f8 Mon Sep 17 00:00:00 2001 From: Manos Date: Fri, 1 Oct 2021 04:41:35 +0200 Subject: [PATCH] bgt_cmp_hue: Back to linear --- code/expt/bgt_cmp_hue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)