Skip to content

Commit

Permalink
updated some more ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanov committed Jan 30, 2012
1 parent 39f1d32 commit 7e19e16
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions elaborate_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7e19e16

Please sign in to comment.