LinearRegression icon indicating copy to clipboard operation
LinearRegression copied to clipboard

plt.show blocks

Open thomasdeml opened this issue 6 years ago • 0 comments

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)

thomasdeml avatar Feb 22 '19 03:02 thomasdeml