Thomas Deml

Results 1 issues of Thomas Deml

plt.show seems to block and the program is stuck on the first plt.show. Simply replacing plt.show() with the following code should work: ` plt.draw() plt.pause(1) `