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 libraries which might be of interest for you # wxPython 2.6.1.0: wxWindows for Python # PIL 1.1.4: Python Imaging Library # VTK 4.4.2: 3D Visualization Toolkit # MayaVi 1.3: 3D Data Visualization Tool # Numeric 23.8: Numerical Python # SciPy 0.3: Scientific Library for Python # ScientificPython 2.4.5: A collection of Python modules for scientific computing # Chaco 0.2.0: Plotting toolkit for Python At least it's an easy way to play around with the different toolkits and see them in action, there are a lot of demos included. And then there are gnuplot bindings for python: http://gnuplot-py.sourceforge.net/ -- http://mail.python.org/mailman/listinfo/python-list