Skip to content

Instantly share code, notes, and snippets.

@jakevdp
Created July 11, 2014 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakevdp/90ad46aa5148803283ba to your computer and use it in GitHub Desktop.
Save jakevdp/90ad46aa5148803283ba to your computer and use it in GitHub Desktop.
Simple mpld3 embedding
import mpld3
import matplotlib.pyplot as plt
plt.plot(range(10))
mpld3.show(template_type='simple', local=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment