← Back to team overview

yade-users team mailing list archive

Re: [Question #156330]: Forces...

 

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

    Status: Open => Answered

Anton Gladky proposed the following answer:
Try so:

def myAddPlotData():
    plot.addData(t=O.time,F=O.forces.f(id_of_your_body).norm(),T=O.forces.t(id_of_your_body).norm())

plot.plots={'t':('F','T')}

I did not check that, but it should work.

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.