Re: [Matplotlib-users] Problem with shared axis

2012-10-05 Thread Jianbao Tao
Works like a charm. :-) Thank you so much, Damon. Jianbao On Fri, Oct 5, 2012 at 10:53 AM, Damon McDougall wrote: > On Fri, Oct 5, 2012 at 5:44 PM, Jianbao Tao wrote: > > Hi, > > > > I am working on a time-series data browser based on matplotlib. In > general, > > it shows a N_row x 1_col stac

Re: [Matplotlib-users] Problem with shared axis

2012-10-05 Thread Damon McDougall
On Fri, Oct 5, 2012 at 5:44 PM, Jianbao Tao wrote: > Hi, > > I am working on a time-series data browser based on matplotlib. In general, > it shows a N_row x 1_col stack of axes, which share the x axis, the time > axis. It is nice that matplotlib offers the sharex option so that the data > can be

[Matplotlib-users] Problem with shared axis

2012-10-05 Thread Jianbao Tao
Hi, I am working on a time-series data browser based on matplotlib. In general, it shows a N_row x 1_col stack of axes, which share the x axis, the time axis. It is nice that matplotlib offers the sharex option so that the data can be zoomed simultaneously in time. However, one problem with the sh