← Back to team overview

yade-users team mailing list archive

Re: [Question #655866]: Rel. to Uniaxial test

 

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

Jan Stránský proposed the following answer:
Concerning the bug, you need to delete/comment a line in yade executable
to get its name, run 'which yade' to terminal (should be something like /usr/bin/yade)
then do in terminal
sudo gedit /usr/bin/yade
comment the line "if (gui<>'none'): yade.qt.Controller();" and save the file

concerning plot, first you need to define what to plot by
plot.plots = {...}
and also have some data in plot.data (usually filled by plot.addData function). Have a look at [1]
cheers
Jan

PS: if you find a new question is too far away from the original topic
(e.g. here plotting, while the original question was uniaxial test),
please open a new question

[1] https://yade-dem.org/doc/user.html#plotting-variables

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