yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #04406
Re: [Question #155725]: Plot data
Question #155725 on Yade changed:
https://answers.launchpad.net/yade/+question/155725
Status: Open => Answered
jduriez proposed the following answer:
Hello,
data that you can plot are contained in a place you have to fill with
instruction plot.addData(what_you_want_to_store=how_you_get_it)
You have to launch this instruction (contained in more general function
like myAddPlotData() for example) each time you want to store a value.
Then the use of a PyRunner - among other engines - which will launch
periodically your "myAddPlotData()" function and stores periodically the
values you're interested in.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.