[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Update of Gnuplot.py

Tom La Bone

1/9/2008 11:44:00 AM


Can someone suggest where to get a version of Gnuplot.py (for Windows) that
has been updated to use numpy? Or, is there another interface available to
use GnuPlot from Python?

Thanks.

Tom
--
View this message in context: http://www.nabble.com/Update-of-Gnuplot.py-tp14710180p147...
Sent from the Python - python-list mailing list archive at Nabble.com.

1 Answer

Wayne Brehaut

1/10/2008 7:00:00 AM

0

On Wed, 9 Jan 2008 03:43:38 -0800 (PST), Tom La Bone
<booboo@gforcecable.com> wrote:

>
>Can someone suggest where to get a version of Gnuplot.py (for Windows) that
>has been updated to use numpy? Or, is there another interface available to
>use GnuPlot from Python?
>
>Thanks.
>
>Tom

Gnuplot 1.7 uses numpy:

http://gnuplot-py.sourc...

'''
Before you can use Gnuplot.py, you will need working versions of

the gnuplot program,
Python (version 1.5 or later), and
the Numeric Python extension
'''

wwwayne