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
[EMAIL PROTECTED]

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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to