On Thu, Dec 1, 2011 at 2:38 AM, stm atoc <stm.at...@googlemail.com> wrote:
> Hi there,
>
> I have a question regarding plotting with Python.
>
> I have the following python script:

[SNIPPED]
> plot(Conc[0],z)

[SNIPPED]
> -------So, What would you suggest?

What is the output of
print len(Conc[0]), len(z)

You may insert that line above the plot and see

Asokan Pichai
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to