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
f, (ax1, ax2,
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 twen
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 users