TheLonelyStar wrote:
>
>
>
> Jeff Whitaker wrote:
>>
>> TheLonelyStar wrote:
>>> Hi,
>>>
>>> I am trying to get the exaple from here:
>>> http://matplotlib.sourceforge.net/examples/animation/animate_decay_tk_blit.html
>&g
Jeff Whitaker wrote:
>
> TheLonelyStar wrote:
>> Hi,
>>
>> I am trying to get the exaple from here:
>> http://matplotlib.sourceforge.net/examples/animation/animate_decay_tk_blit.html
>>
>> I copied it into a file and tried to execute it.
&
Hi,
I am trying to get the exaple from here:
http://matplotlib.sourceforge.net/examples/animation/animate_decay_tk_blit.html
I copied it into a file and tried to execute it.
I get:
File "test.py", line 56, in
manager.window.after(100, run)
AttributeError: 'gtk.Window' object has no attribu
Hi,
I have a Qt application, where I want to display a matplotlib figure which
is updated from time to time (not mebeded, in its own window).
Now, I do:
import pylab
pylab.ion()
pylab.figure()
within a function of the Qt application. And then I get a segfault.
What is the proper way to do thi
Hi,
I have installed matplotlib with the "WX" and the "Qt4Agg" backend. Both
have problems:
with WX backend, I can plot something. But when I close the window and try
to plot again, nothing happens (no window opens).
with Qt4Agg I can plot something. But when I close the window and try to
plot