post2web
7/29/2015 - 2:55 AM

plot_in_loop.py

from IPython import display

plt.plot(data)
display.clear_output(wait=True)
display.display(plt.gcf())