← Back to team overview

yade-users team mailing list archive

Re: [Question #285268]: can i plot 2 figure using plot.plot

 

Question #285268 on Yade changed:
https://answers.launchpad.net/yade/+question/285268

Diego Sotro posted a new comment:
thanks jan,

firstly i believe that my level in YADE is noob, secondly i  meant to
say that  i don't want use ONLY subplots, i'm working with extended
granulometry (PSDSize) searching a critical hydraulics gradient when
piping begins. my plot data is as follows:


    plot.addData(Vmf=velMeanFino, VMaxf=velMaxFino,Vmg=velMeanGros, VMaxg=velMaxGros, i=__builtin__.time1, i1=__builtin__.time1 , i2=O.iter, ic=__builtin__.icr, ii=it, Gf=Gfp, Gg=Ggp, Tf=tensf, Tg=tensg)

and i want to plot two figure, but i can't. this is my specific
question, i checked [1] and [2] previously and also checked other
question and didn't find any similar

plot.plots={'i':('Gf', 'Gg'), 'i1':('Tf','Tg')}
plot.plot()

plot.plots={'i':('VMaxf', 'Vmf', 'VMaxg', 'Vmg'), 'i1':('ic', 'ii') }
plot.plot()

do you understand me??
Regards

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.