Re: [Matplotlib-users] Align x axises with data vectors of different size

2008-06-10 Thread Johan Mazel
Anyway guys, thanks a lot for the fast answer and all the good work you're doing. :) Johan 2008/6/10 Eric Firing <[EMAIL PROTECTED]>: > John Hunter wrote: > > We should consider fix the autoscaling so that tthe default view lim >> are always open intervals that contain the data. >> > > This has

Re: [Matplotlib-users] Align x axises with data vectors of different size

2008-06-10 Thread Eric Firing
John Hunter wrote: > We should consider fix the autoscaling so that tthe default view lim > are always open intervals that contain the data. This has been on my mental list for a long time. I will look into it. Eric - Chec

Re: [Matplotlib-users] Align x axises with data vectors of different size

2008-06-10 Thread John Hunter
On Tue, Jun 10, 2008 at 10:32 AM, Johan Mazel <[EMAIL PROTECTED]> wrote: > This is exactly what I wanted. > Thanks a lot. > I just wanted to know wether it was possible to add a little margin for the > y axes because I can't see the highest point of the curve since it's on the > edge of the subplot

Re: [Matplotlib-users] Align x axises with data vectors of different size

2008-06-10 Thread Johan Mazel
This is exactly what I wanted. Thanks a lot. I just wanted to know wether it was possible to add a little margin for the y axes because I can't see the highest point of the curve since it's on the edge of the subplot. Anyway, thanks a lot for the good work. Johan 2008/6/10 John Hunter <[EMAIL PROT

Re: [Matplotlib-users] Align x axises with data vectors of different size

2008-06-10 Thread John Hunter
On Tue, Jun 10, 2008 at 8:51 AM, Johan Mazel <[EMAIL PROTECTED]> wrote: > Hi > I display two data vectors : the first is in the subplot 2,1,1 and the > second in the subplot 2,1,2. Each of the data vectors have an x vector of > dates to display values on x axis. > The 2 data vectors are correlated

[Matplotlib-users] Align x axises with data vectors of different size

2008-06-10 Thread Johan Mazel
Hi I display two data vectors : the first is in the subplot 2,1,1 and the second in the subplot 2,1,2. Each of the data vectors have an x vector of dates to display values on x axis. The 2 data vectors are correlated in time and I want to show the correlation. But the two data vectors are not alig