← Back to team overview

yade-users team mailing list archive

[Question #685215]: set the format for plot.savedatatxt

 

New question #685215 on Yade:
https://answers.launchpad.net/yade/+question/685215

Hi All,

I'm wondering if we can set the format for the output txt files by using the plot.savedadatxt command.

For example, if we use these two lines
plot.addData(x = x_position,y = y_position,z = z_position,r = radius)
plot.saveDataTxt('data.txt')


if I want the output file format likes this:
# y z r x 

not like # r x y z.

Is there any way to set this?

best,
yong

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