From: TheLonelyStar <na...@lo...> - 2009-12-28 15:24:43
|
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 this? I use matplotlib 0.99.1.1 on gentoo linux. Thanks! Nathan -- View this message in context: http://old.nabble.com/matplotlib-figure-within-Qt-Application--%3E-segfault-tp26944171p26944171.html Sent from the matplotlib - users mailing list archive at Nabble.com. |