scipy.plt legend?

Robert Kern robert.kern at gmail.com
Tue Oct 11 13:20:50 EDT 2005


gurkesaft wrote:
> Hello,
> 
> Does anyone know how to use scipy.plt?  The documentation is wrong or
> out of date at the scipy website, and I can't join their mailing lists
> for some reason.
> 
> Most importantly, I need to be able to make and manipulate a legend.
> The scipy.plt.legend('whatever') command doesn't seem to exist.  I
> can't even get started!

scipy.plt is incredibly obsolete, unmaintained, and deprecated. Don't
use it. Please use matplotlib instead:

  http://matplotlib.sourceforge.net

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the Python-list mailing list