Add new line at end of python script

This commit is contained in:
Reinhard Panhuber 2021-03-13 11:41:46 +01:00
parent de3c03af76
commit d566444d58

View File

@ -21,4 +21,5 @@ if __name__ == '__main__':
plt.xlabel('Time [s]')
plt.ylabel('Amplitude')
plt.title('MicNode')
plt.show()
plt.show()