Question #232941 on Yade changed: https://answers.launchpad.net/yade/+question/232941
Jan Stránský proposed the following answer: Hello Seungcheol, plot.data is python dictionary. Keys defined by plot.addData function and values are lists of numbers. So improved suggestion is to type plot.data['b0displ'] or plot.data['b1displ'] If it is full of zeros, then you have really no displacement, if the numbers are nonzero, then you have some displacement. After this it should be clear where the problem is (only displaying for example or something inside the simulation) cheers Jan 2013/7/24 Seungcheol Yeom <[email protected]> > Question #232941 on Yade changed: > https://answers.launchpad.net/yade/+question/232941 > > Seungcheol Yeom posted a new comment: > Hello Jan, > > I ran the simulation by hitting a play button in GUI. > By typing in plot.data in the command, I am seeing the numbers only. > It seems like it is the iterperiod because the number is increased by 100. > Am I missing something? > Thanks a lot Jan! > > Seungcheol > > -- > You received this question notification because you are a member of > yade-users, which is an answer contact for Yade. > > _______________________________________________ > Mailing list: https://launchpad.net/~yade-users > Post to : [email protected] > Unsubscribe : https://launchpad.net/~yade-users > More help : https://help.launchpad.net/ListHelp > -- You received this question notification because you are a member of yade-users, which is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

