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

Fix plots path

parent c463c17a
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ class CalibrateAHRS(kp.Module): ...@@ -116,7 +116,7 @@ class CalibrateAHRS(kp.Module):
bbox_to_anchor=(1.005, 1), loc=2, borderaxespad=0.) bbox_to_anchor=(1.005, 1), loc=2, borderaxespad=0.)
fig.tight_layout() fig.tight_layout()
plt.savefig( plt.savefig(
self.plots_path + ahrs_param + '_calib.png', os.path.join(self.plots_path, ahrs_param + '_calib.png',
bbox_extra_artists=(lgd, ), bbox_extra_artists=(lgd, ),
bbox_inches='tight') bbox_inches='tight')
plt.close('all') 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