Ah, great, many thanks! Alec -----Original Message----- From: scipy-user-bounces@scipy.net [mailto:scipy-user-bounces@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