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

2009-11-13 Thread Darren Dale
On Thu, Nov 12, 2009 at 12:13 PM, Taro Sato wrote: > > > 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] matplotlib WX and Qt4Agg backends

2009-11-13 Thread TheLonelyStar
Hi, I have installed matplotlib with the "WX" and the "Qt4Agg" backend. Both have problems: with WX backend, I can plot something. But when I close the window and try to plot again, nothing happens (no window opens). with Qt4Agg I can plot something. But when I close the window and try to plot

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