← Back to team overview

yade-users team mailing list archive

Re: [Question #657061]: Compression strength

 

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

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hello,

> How can I change force to load in my script?

to change a label, just change force to load:
###
...
    plot.addData(
        ...
        load = O.forces.f(3)[1],
    )
...
plot.plots = {'dspl': 'load'}
###

otherwise please define what "load" is
cheers
Jan

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