diff --git a/elaborate_example.ipynb b/elaborate_example.ipynb index 0794d5a..d612fb2 100644 --- a/elaborate_example.ipynb +++ b/elaborate_example.ipynb @@ -786,17 +786,19 @@ "prompt_number": 245 }, { - "cell_type": "code", - "collapsed": false, - "input": [ + "cell_type": "markdown", + "source": [ "# TODO: ", - "# - mention or demonstrate twinx(), since intelligene and inanity are of different units", - "# - sharex and sharey that can be passed to subplot/subplots", - "" - ], - "language": "python", - "outputs": [], - "prompt_number": 274 + " - mention or demonstrate twinx(), since intelligene and inanity are of different units", + " - sharex and sharey that can be passed to subplot/subplots", + " - if fernando hasn't already, poke around the ax internals", + " - we showed how to get rid of and set ticks manually, we can also do this programmatically via", + " locators and formatters on each axis", + "- potential homework, or other example: ", + "- ", + "![One-sided](http://imgs.xkcd.com/comics/one-sided.png), ", + " with a pointer to [broken_axis](http://matplotlib.sourceforge.net/examples/pylab_examples/broken_axis.html) example" + ] }, { "cell_type": "code",