Dr. Colombes wrote:
> Is there an easy scientific graphics (plotting) package for Python
> 2.5.1 running on Ubuntu Linux 7.1 ("Gutsy Gibbon")?
> 
> A few years ago I used PyLab (a MatLab-like plotting module for
> Python) on a Windows machine, but I don't know if there is a similar
> easy-to-install-and-use Python 2.5.1-compatible graphics package for
> Ubuntu Linux 7.1?

matplotlib (which you misname PyLab) works with Python 2.5.1 on Ubuntu, too.

   $ sudo apt-get install python-matplotlib

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco

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

Reply via email to