Skip to content

Instantly share code, notes, and snippets.

@arsenovic
Created July 22, 2014 21:48
Show Gist options
  • Save arsenovic/10e4fc196274b7b78635 to your computer and use it in GitHub Desktop.
Save arsenovic/10e4fc196274b7b78635 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"name": "",
"signature": "sha256:24641a43412dcf424b799aae0ee8b98cd618edc514574beed6e0a36ef542f4ae"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"import plotly.plotly as py\n",
"from plotly import tools as tls\n",
"fig = figure()\n",
"plot(rand(100))\n",
"py.iplot_mpl(fig, filename='jank', world_readable=True)"
],
"language": "python",
"metadata": {},
"outputs": []
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"py.iplot_mpl(fig, filename='jank', world_readable=False)"
],
"language": "python",
"metadata": {},
"outputs": []
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment