code: Savng plot

This commit is contained in:
Manos Katsomallos 2021-09-29 03:23:37 +02:00
parent 0fa215558a
commit fabd69bcf0

View File

@ -126,8 +126,8 @@ def main(args):
lmdk_lib.plot_legend()
# # Show plot
# plt.show()
# # Save plot
# lmdk_lib.save_plot(path + '.pdf')
# Save plot
lmdk_lib.save_plot(path + '.pdf')
print('[OK]', flush=True)