[Tutor] plotting in python

Asokan Pichai pasokan at talentsprint.com
Thu Dec 1 05:26:54 CET 2011


On Thu, Dec 1, 2011 at 2:38 AM, stm atoc <stm.at.oc 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


More information about the Tutor mailing list