Re: [Yade-users] [Question #155725]: Plot data

2011-05-10 Thread Anton Gladky
Question #155725 on Yade changed: https://answers.launchpad.net/yade/+question/155725 Status: Open = Answered Anton Gladky proposed the following answer: Function creation is not yade feature. It is the python task to parse the code. Python itself is very sensitive to indents. Try not to

Re: [Yade-users] [Question #153589]: Adding an IGeomFunctor subclass

2011-05-10 Thread Kneib François
Question #153589 on Yade changed: https://answers.launchpad.net/yade/+question/153589 Status: Answered = Open Kneib François is still having a problem: Oups, I forgot uncommenting some lines. I commented them to compile yade and performing some tests. Can you try to uncomment the Cylinder

Re: [Yade-users] [Question #156330]: Forces...

2011-05-10 Thread Anton Gladky
Question #156330 on Yade changed: https://answers.launchpad.net/yade/+question/156330 Status: Open = Answered Anton Gladky proposed the following answer: Try so: def myAddPlotData(): plot.addData(t=O.time,F=O.forces.f(id_of_your_body).norm(),T=O.forces.t(id_of_your_body).norm())

Re: [Yade-users] [Question #155725]: Plot data

2011-05-10 Thread Arthur Mercier
Question #155725 on Yade changed: https://answers.launchpad.net/yade/+question/155725 Status: Answered = Open Arthur Mercier is still having a problem: I understand that Python is very sensitive to indents, but I really tried everything: no space, 1 spaces, 2 spaces, 3 spaces, 4 spaces, 5

Re: [Yade-users] [Question #155725]: Plot data

2011-05-10 Thread Anton Gladky
Question #155725 on Yade changed: https://answers.launchpad.net/yade/+question/155725 Status: Open = Answered Anton Gladky proposed the following answer: Yes, it is working and draws a straight inclined line. -- You received this question notification because you are a member of

Re: [Yade-users] [Question #153589]: Adding an IGeomFunctor subclass

2011-05-10 Thread Chareyre
Question #153589 on Yade changed: https://answers.launchpad.net/yade/+question/153589 Status: Open = Answered Chareyre proposed the following answer: Please send files that are supposed to compile. I uncommented line 15, then I got to uncomment many other lines, but still error: