From 5f6f4c86e224492c1aba7c54b78d498f2fd1b37e Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Tue, 15 Jan 2019 16:12:04 +0100 Subject: [PATCH] Fix typo --- scripts/ahrs_calibration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ahrs_calibration.py b/scripts/ahrs_calibration.py index cbe6b0d..db5faa3 100755 --- a/scripts/ahrs_calibration.py +++ b/scripts/ahrs_calibration.py @@ -116,7 +116,7 @@ class CalibrateAHRS(kp.Module): bbox_to_anchor=(1.005, 1), loc=2, borderaxespad=0.) fig.tight_layout() plt.savefig( - os.path.join(self.plots_path, ahrs_param + '_calib.png', + os.path.join(self.plots_path, ahrs_param + '_calib.png'), bbox_extra_artists=(lgd, ), bbox_inches='tight') plt.close('all') -- GitLab