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