On Mon, Dec 28, 2009 at 10:24 AM, TheLonelyStar wrote:
>
> 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
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