Re: [Matplotlib-users] recipes in the docs

2010-11-05 Thread Oz Nahum Tiram
A small suggestion to the examples ... I really like the new subplot mechanism, so I tried it: fig, (ax1, ax2, ax3, ax4) = plt.subplots(2, 2, sharex=True, sharey=True) And it actually gave me the following error: Traceback (most recent call last): File tes.py, line 21, in module f, (ax1,

[Matplotlib-users] recipes in the docs

2010-11-04 Thread John Hunter
I added a new section of the docs users/recipes.rst. This is meant to be a cookbook style place to place short tutorials, annotated examples, idioms and snippets. http://matplotlib.sourceforge.net/users/recipes.html I've added a few things already and would love to see contributions from

Re: [Matplotlib-users] recipes in the docs

2010-11-04 Thread Christopher Barker
On 11/4/10 2:29 PM, John Hunter wrote: I added a new section of the docs users/recipes.rst. This is meant to be a cookbook style place to place short tutorials, annotated examples, idioms and snippets. http://matplotlib.sourceforge.net/users/recipes.html Nice! Once you get past twenty