Re: [Matplotlib-users] Graph ticks label missing !

2013-08-26 Thread Nicolas Mailhot
Le Ven 19 juillet 2013 17:47, Nicolas Mailhot a écrit : Le Mer 17 juillet 2013 14:56, Michael Droettboom a écrit : Hi, Can you please provide a completely standalone example? The following code has undefined variables etc. Here it is, I'm afraid this testcase intent is less clear than

Re: [Matplotlib-users] Graph animation performance

2013-08-26 Thread Peter Zimmer
Hello, I set the x data only once now. It is a little bit faster (about 10%). I'm still looking for a solution which only redraws the line and not the whole widget. Peter Am 25.08.2013 15:00, schrieb Skip Montanaro: def updateGraph(self,data): datacut = data[1 -

Re: [Matplotlib-users] Explicitly clearing Matplotlib/Pylab figure buffers

2013-08-26 Thread Kari Aliranta
On 08/25/13 19:12, Goyo wrote: Thank you. I'd like to stick to pure OO, but I'm using some third party open source code that uses pylab extensively for rather large and interactive (as in includes scrollbars, buttons and several types of events) figures. The code works nicely in itself, and

Re: [Matplotlib-users] Graph ticks label missing !

2013-08-26 Thread Goyo
2013/7/19 Nicolas Mailhot nicolas.mail...@laposte.net: Le Mer 17 juillet 2013 14:56, Michael Droettboom a écrit : Can you please provide a completely standalone example? The following code has undefined variables etc. Here it is, I'm afraid this testcase intent is less clear than what I