yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #06458
Re: [Question #209832]: saveDataTxT
Question #209832 on Yade changed:
https://answers.launchpad.net/yade/+question/209832
Status: Open => Answered
Christian Jakob proposed the following answer:
Hi Christian,
I tested your script, it works very well, when you replace these lines:
plot.plots={'t':('F')}
plot.plot()
by these lines:
O.run(5000,True)
plot.plots={'t':('F')}
plot.plot(subPlots=False)
plot.saveDataTxt('Force.txt.bz2')
You have to run simulation before the execution of command
plot.saveDataTxt ;)
Hope it helps,
Cheers.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.