[Yade-dev] [Bug 501917] Re: plotting issue

2010-04-26 Thread Václav Šmilauer
I think it is a bug in matplotlib (which plots the window with figure, that's not our code at all). You are using rather old ubuntu version and they might have been buggier than now. For me, it works flawlessly. -- plotting issue https://bugs.launchpad.net/bugs/501917 You received this bug

[Yade-dev] [Bug 501917] Re: plotting issue

2010-04-25 Thread Václav Šmilauer
Reopen if you have more information, it is almost sure that this is bug in code that is not ours. ** Changed in: yade Status: New = Invalid -- plotting issue https://bugs.launchpad.net/bugs/501917 You received this bug notification because you are a member of Yade developers, which is

[Yade-dev] [Bug 501917] Re: plotting issue

2010-01-04 Thread Václav Šmilauer
Definitely note yade issue. Try running this (from shell) python -c import pylab; pylab.plot([1,2,3,4,5],[0,2,3,1,-1]); pylab.show() -- plotting issue https://bugs.launchpad.net/bugs/501917 You received this bug notification because you are a member of Yade developers, which is subscribed to

Re: [Yade-dev] [Bug 501917] Re: plotting issue

2010-01-04 Thread Chareyre
Václav Šmilauer a écrit : Definitely note yade issue. Try running this (from shell) python -c import pylab; pylab.plot([1,2,3,4,5],[0,2,3,1,-1]); pylab.show() It works perfectly... Honestly, I don't want to make you waste time on this. I'll use file output as usual ok? Bruno --

[Yade-dev] [Bug 501917] Re: plotting issue

2010-01-04 Thread Václav Šmilauer
You can use yade.plot and then yade.plot.saveGnuplot(), that's the best way perhaps. You just won't be able to see plots while the simulation is running. (yade.plot.saveGnuplot's doc is not picked up by epydoc correctly, I will fix that. For now, just see the docstring at https://www.yade-