Re: Visualisation Engine for Python

2006-01-07 Thread rodmc
Thanks for all the help everyone. rod -- http://mail.python.org/mailman/listinfo/python-list

Re: Visualisation Engine for Python

2006-01-05 Thread Juho Schultz
rodmc wrote: > I am looking for a 2D data visualisation or graphics library for > Python. Can anyone point me in the right direction? > > > Thanks in advance, > > rod > Two tools I have used are Gnuplot-py http://gnuplot-py.sourceforge.net/ and matplotlib http://matplotlib.sourceforge.net/ --

Re: Visualisation Engine for Python

2006-01-04 Thread Gerard Flanagan
rodmc wrote: > I am looking for a 2D data visualisation or graphics library for > Python. Can anyone point me in the right direction? > > > Thanks in advance, > > rod http://www.mps.mpg.de/dislin/ (Scientific Plotting Software) Gerard -- http://mail.python.org/mailman/listinfo/python-list

Re: Visualisation Engine for Python

2006-01-03 Thread Ernst Noch
rodmc wrote: > I am looking for a 2D data visualisation or graphics library for > Python. Can anyone point me in the right direction? > > > Thanks in advance, > > rod > Maybe download and install the enthought python edition from http://code.enthought.com/enthon/ Contains the following librari

Re: Visualisation Engine for Python

2006-01-03 Thread Gerard Flanagan
rodmc wrote: > I am looking for a 2D data visualisation or graphics library for > Python. Can anyone point me in the right direction? > > > Thanks in advance, > > rod I can't help with Python code but there are C++ programs here: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm and h

Re: Visualisation Engine for Python

2006-01-03 Thread Andrea Gavana
> I am looking for a 2D data visualisation or graphics library for > Python. Can anyone point me in the right direction? You could try out matplotlib: http://matplotlib.sourceforge.net/ HTH. Andrea. "Imagination Is The Only Weapon In The War Against Reality." http://xoomer.virgilio.it/infinity

Visualisation Engine for Python

2006-01-03 Thread rodmc
I am looking for a 2D data visualisation or graphics library for Python. Can anyone point me in the right direction? Thanks in advance, rod -- http://mail.python.org/mailman/listinfo/python-list