Re: [Matplotlib-users] iregular data set

2006-07-24 Thread Rodrigues, Joseph
. Joseph -Original Message- From: Richard Albright [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 12:46 PM To: Rodrigues, Joseph Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] iregular data set You want to use matplotlib.numerix and use a masked array On Fri

Re: [Matplotlib-users] iregular data set

2006-07-23 Thread Richard Albright
You want to use matplotlib.numerix and use a masked array On Fri, 2006-07-21 at 14:24 -0400, Rodrigues, Joseph wrote: > I have a question (new user here): I have datasets of irregular time > spaced data and am having a problem with Matplot lib. > > > > I am plotting two datasets: one is contin

Re: [Matplotlib-users] iregular data set

2006-07-21 Thread PGM
Joseph, I'm a big fan of masked arrays in numpy. Your problem is typically what masked days are for: you can find an example here: http://www.scipy.org/Cookbook/Matplotlib/Plotting_values_with_masked_arrays - Take Surveys. Ea

Re: [Matplotlib-users] iregular data set

2006-07-21 Thread Louis Pecora
s.sourceforge.net > Subject: Re: [Matplotlib-users] iregular data set > > Rodrigues, Joseph wrote: > >> I have a question (new user here): I have datasets of irregular time >> spaced data and am having a problem with Matplot lib. >> >> I am plotting two datasets

Re: [Matplotlib-users] iregular data set

2006-07-21 Thread Rodrigues, Joseph
Made a boo boo, the image is not showing so here it is again -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Dandreta Sent: Friday, July 21, 2006 3:09 PM To: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] iregular data set

Re: [Matplotlib-users] iregular data set

2006-07-21 Thread Rodrigues, Joseph
Dandreta Sent: Friday, July 21, 2006 3:09 PM To: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] iregular data set Rodrigues, Joseph wrote: > > I have a question (new user here): I have datasets of irregular time > spaced data and am having a problem with Matplot lib.

Re: [Matplotlib-users] iregular data set

2006-07-21 Thread Bill Dandreta
Rodrigues, Joseph wrote: > > I have a question (new user here): I have datasets of irregular time > spaced data and am having a problem with Matplot lib. > > I am plotting two datasets: one is continuous time series data (simple > line chart) and the other irregular time series data. > > The proble

Re: [Matplotlib-users] iregular data set

2006-07-21 Thread John Hunter
> "Rodrigues," == Rodrigues, Joseph <[EMAIL PROTECTED]> writes: Rodrigues> Yes, I am plotting two lines and am using two plots, Rodrigues> the two lines plots just fine in different colors, Rodrigues> however, one line is continuous from 1983 - 1995 and Rodrigues> the other dat

Re: [Matplotlib-users] iregular data set

2006-07-21 Thread Rodrigues, Joseph
21, 2006 2:33 PM To: Rodrigues, Joseph; matplotlib-users@lists.sourceforge.net Subject: RE: [Matplotlib-users] iregular data set   Hi, I’m also new to matplotlib, but this sounds like a general type of problem you might in find in matlab too.  I think you are trying to plot two separate lines

Re: [Matplotlib-users] iregular data set

2006-07-21 Thread Michael Schwager
Hi, I’m also new to matplotlib, but this sounds like a general type of problem you might in find in matlab too.  I think you are trying to plot two separate lines, one for the first set of time and one for the second set of time.  If you don’t want them connected then you must issue two plo