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 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 in complex way

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 wrote: > On Mon, Aug 9, 2010 at 8:48 AM, Filipe Fernandes 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 >> understand the logic here. > >

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

2010-08-09 Thread Fernando Perez
On Mon, Aug 9, 2010 at 8:48 AM, Filipe Fernandes 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 > understand the logic here. Don't worry: when you indicate that you want to share axes (x

[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 f