Re: [Matplotlib-users] Strange event errors with WXAgg + wx

2009-11-14 Thread Taro Sato
Taro Sato-4 wrote: Hello. I'm trying to embed mpl in an wxpython app which is intended to run repeatedly within a single script. (It's a workaround for not being able to use pyplot.show() more than once in a script.) All seems to work as intended when I don't attach any key press

Re: [Matplotlib-users] matplotlib WX and Qt4Agg backends

2009-11-12 Thread Taro Sato
TheLonelyStar wrote: /net/gorgonzola/storage/nhuesken/svn/ActiveLearning/SVM/ModelSelection/Ergebnisse/plot.pyc in plot(filename, line_list, name_list, reference) 6 for i in xrange(len(line_list)): 7

[Matplotlib-users] Strange event errors with WXAgg + wx

2009-11-11 Thread Taro Sato
Hello. I'm trying to embed mpl in an wxpython app which is intended to run repeatedly within a single script. (It's a workaround for not being able to use pyplot.show() more than once in a script.) All seems to work as intended when I don't attach any key press events (here to just destroy the

[Matplotlib-users] segfault on pylab.close()

2006-11-13 Thread Taro Sato
Hi there. I have the following versions of numpy and matplotlib installed on Debian sarge: In [3]: matplotlib.__version__ Out[3]: '0.87.7' In [4]: numpy.__version__ Out[4]: '1.0.1.dev3422' Recent installations from SVN started giving me a segmentation fault error when I use pylab.close(). For