[SciPy-user] Missing 'plt'

Alec Edgington alec at obtext.com
Mon Feb 27 10:04:22 EST 2006


Ah, great, many thanks!

Alec

-----Original Message-----
From: scipy-user-bounces at scipy.net
[mailto:scipy-user-bounces at scipy.net]On Behalf Of Arnd Baecker
Sent: 27 February 2006 14:32
To: SciPy Users List
Subject: Re: [SciPy-user] Missing 'plt'

> What am I doing wrong?

Nothing - the "problem" is that gui_thread and all plot packages
(i.e. `plt`, `xplt` and `gplt`) have been essentially taken
out of the new scipy.
See http://www.scipy.org/Cookbook under "Graphics"
They still exist under sandbox, but
their installation has to be done separately.

Unless you heavily rely on special features of `plt`
the general recommendation is to use matplotlib
http://matplotlib.sourceforge.net/
See also
  http://www.scipy.org/Plotting_Tutorial
  http://www.scipy.org/Cookbook/Matplotlib
  http://matplotlib.sourceforge.net/screenshots.html
for examples.

HTH, Arnd




More information about the SciPy-User mailing list