← Back to team overview

yade-users team mailing list archive

Re: [Question #677437]: Save the txt

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
You call plot.saveDataTxt('pq.txt.bz2') once, after running 5000
steps...

If you want to update the file more frequently, you need to call it more
frequently :-). One way to do this would be to add
plot.saveDataTxt('pq.txt.bz2') to your addPlotData1() function since it
is already being called every 200 iterations.

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