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.

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to