Skip to content
Snippets Groups Projects
Commit 87e7a304 authored by perma's avatar perma
Browse files

improved layout (webersam)

parent 50acd3d6
No related branches found
No related tags found
No related merge requests found
......@@ -473,6 +473,7 @@ def main():
# any legend location is too slow
# #plt.legend()
plt.legend(loc="upper left")
plt.tight_layout()
if fig.get_axes(): # Do stuff when the figure isn't empty.
plt.savefig('{:s}/timeseries_sanity_plots/{:s}_{:s}_all.png'.format(PATH_DATA , label, vsensor), dpi=300)
# 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