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]],label=name_list[i])
>       8         plt.legend(loc='best')
> ----> 9         plt.show()
>      10 
> 
> 

Are you calling plt.show() more than once within a script?  If so, I was
having a similar issue, but after reading this FAQ entry:

  http://matplotlib.sourceforge.net/faq/howto_faq.html#use-show

I realized that the specific usage of show() is not supported (yet);
plt.show() can only be used once within a script.  Out of luck!  

I hope there is a resolution one way or the other, since it will make
matplotlib so much more useful than it already is.

Cheers,
Taro

-- 
View this message in context: 
http://old.nabble.com/matplotlib-WX-and-Qt4Agg-backends-tp26315069p26322550.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to