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
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
> plt.plot(m[:,reference],m[:,line_list[i]],lab
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 a
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