2013/7/19 Nicolas Mailhot :
> 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
> pasted previously (I re
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
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 - self.Diagramm
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 th