[BioPython] Re: Plotting with Python
Andrew Perry
a.perry@pgrad.unimelb.edu.au
Mon, 08 Apr 2002 18:54:40 +1000
I've been using this Gnuplot.py package
(http://www-heller.harvard.edu/~mhagger/Gnuplot/Gnuplot.html),
seems to do the job, including interactive updating. . . probably
similar to SciPy's Gnuplot interface I guess.
You need Gnuplot installed of course ....
Andrew
> Date: Sun, 07 Apr 2002 15:00:07 +0900
> From: Michiel de Hoon <mdehoon@ims.u-tokyo.ac.jp>
> To: biopython@biopython.org
> Subject: [BioPython] Plotting with Python
>
> I have been using python with C extension modules to do numerical
> analysis of gene expression data (cDNA microarray). While python is
> excellent for doing numerical analysis, the problem is that there does
> not seem to be a good package for creating plots with Python, except for
> Gist, which uses X Windows and does not run under Windows. The other
> packages that I have found on the web do not support interactive work
> (that is, as soon as a graphics window is opened, the python prompt is
> not available until the window is closed). Commercial codes such as
> matlab support such interactive work, and it would be nice if Python
> could do the same. Does anybody have any suggestions on what to use for
> scientific plotting with Python?
> Thanks -- Michiel.
>
>