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 <paso...@talentsprint.com> wrote: > 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