[Tutor] plotting in python

stm atoc stm.at.oc at googlemail.com
Thu Dec 1 09:01:45 CET 2011


The output of the print len(Conc[0]), len(z) is 100 3600.
Now I changed Conc[0] to Conc[1], and the output is: 100 100
But still I need to see from Concentration from 0.


On Thu, Dec 1, 2011 at 5:26 AM, Asokan Pichai <pasokan at talentsprint.com> wrote:
> 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