Skip to content

Instantly share code, notes, and snippets.

@post2web
Created July 29, 2015 02:55
Show Gist options
  • Save post2web/f7753279a169b21f681c to your computer and use it in GitHub Desktop.
Save post2web/f7753279a169b21f681c to your computer and use it in GitHub Desktop.
from IPython import display
plt.plot(data)
display.clear_output(wait=True)
display.display(plt.gcf())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment