{ "metadata": { "name": "", "signature": "sha256:ae58bbcb864b2646e45651a817db8b0c50fe52236e7528e505e1741eb23a7dd5" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\u201cthe greatest value of a picture is when it forces us to notice what we never expected to see.\u201d - John Turkey \n", "\n", "Here is a good resource for making matplotlib plots prettier: http://nbviewer.ipython.org/gist/olgabot/5357268\n", "\n", "That said, the fact that you have to do so much work to get something done points to a problem. \n", "\n", "Bokeh aims to fix this by making a matplotlib style plotting for the internet: http://nbviewer.ipython.org/github/damianavila/bokeh_overview/blob/master/Bokeh%20Overview.ipynb \n", "\n", "It's worth knowing about this package and exploring it, but it doesn't seem ready for prime time yet. \n", "\n", "First let's see an unsurprising example. " ] }, { "cell_type": "code", "collapsed": false, "input": [ "from bokeh.sampledata.iris import flowers\n", "from bokeh.plotting import *\n", "\n", "output_notebook()" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ " \n", " \n", "