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

@ -22,3 +22,4 @@ if __name__ == '__main__':
plt.ylabel('Amplitude')
plt.title('MicNode')
plt.show()