bgt_cmp: Ready to test

This commit is contained in:
Manos Katsomallos 2021-07-26 18:28:23 +03:00
parent 7101a8eb5b
commit 9a899b3b96

View File

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