Re: [Matplotlib-users] matplotlib figure within Qt Application -> segfault

2009-12-29 Thread Darren Dale
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

[Matplotlib-users] matplotlib figure within Qt Application -> segfault

2009-12-28 Thread TheLonelyStar
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