[Matplotlib-users] New subplots from 1.0 + shared axis

2010-08-09 Thread Filipe Fernandes
Hello list, I enjoyed the new feature: fig, axarr = plt.subplots(2, 2) However, I failed to understand how to use the shared axis option with this new feature. The docstring for sunplots has the sharex(y) option, but my ax are being created now!? Is that a chicken and egg problem? Or I'm

Re: [Matplotlib-users] New subplots from 1.0 + shared axis

2010-08-09 Thread Filipe Pires Alvarenga Fernandes
On Mon, Aug 9, 2010 at 12:22, Fernando Perez fperez@gmail.com wrote: On Mon, Aug 9, 2010 at 8:48 AM, Filipe Fernandes ocef...@gmail.com wrote: The docstring for sunplots has the sharex(y) option, but my ax are being created now!? Is that a chicken and egg problem? Or I'm failing to

Re: [Matplotlib-users] New subplots from 1.0 + shared axis

2010-08-09 Thread Fernando Perez
On Mon, Aug 9, 2010 at 11:49 AM, Filipe Pires Alvarenga Fernandes ocef...@gmail.com wrote: It sacrifice a more fine control, but simplify the processes for the majority of the plots that I produce. Yes, that was the idea. We figured that if you need very fine-grained control over axis sharing