Re: [Matplotlib-users] plot xy data with missing values

2008-06-28 Thread sandric ionut
<[EMAIL PROTECTED]>; Matplotlib Sent: Saturday, June 28, 2008 5:19:42 PM Subject: Re: [Matplotlib-users] plot xy data with missing values On Sat, Jun 28, 2008 at 9:16 AM, sandric ionut <[EMAIL PROTECTED]> wrote: > Thank you Darren: > > The second example is what I need. I have mad

Re: [Matplotlib-users] plot xy data with missing values

2008-06-28 Thread John Hunter
On Sat, Jun 28, 2008 at 9:16 AM, sandric ionut <[EMAIL PROTECTED]> wrote: > Thank you Darren: > > The second example is what I need. I have made some test and it looks OK > I have my data in excel. How can I read from excel files? Is it a special > tool? If you save as csv, you can use matplotlib.

Re: [Matplotlib-users] plot xy data with missing values

2008-06-28 Thread sandric ionut
-users@lists.sourceforge.net Cc: sandric ionut <[EMAIL PROTECTED]> Sent: Saturday, June 28, 2008 3:12:48 PM Subject: Re: [Matplotlib-users] plot xy data with missing values Hi Sandric, On Saturday 28 June 2008 04:31:19 sandric ionut wrote: > Hello: > I want to draw a multiple line plot using

Re: [Matplotlib-users] plot xy data with missing values

2008-06-28 Thread Darren Dale
Hi Sandric, On Saturday 28 June 2008 04:31:19 sandric ionut wrote: > Hello: > I want to draw a multiple line plot using the data from the bottom of the > email, but I get a error message: : > Dimensions of x and y are incompatible, which is normal, because the number > of values on x are not equal

[Matplotlib-users] plot xy data with missing values

2008-06-28 Thread sandric ionut
Hello: I want to draw a multiple line plot using the data from the bottom of the email, but I get a error message: : Dimensions of x and y are incompatible, which is normal, because the number of values on x are not equal with the number of values on y. The empty spaces from the table are missi