Skip to content
Snippets Groups Projects
Commit 5f6f4c86 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 93f8b1b7
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment