views:

588

answers:

4

What alternatives are there to pylab for plotting in python? In particular, I'm looking for something that doesn't use the stateful model that pylab does.

+4  A: 

you can always use the object-oriented framework for matplotlib instead of the pylab interface.

Autoplectic
+4  A: 

There is a list of Python-based plotting tools on the Python wiki.

las3rjock
+1  A: 

I have used Gnuplot.py with great success.

Reef
A: 

You can use simple gplot

atronoush
pyla-gplot is a small stand alone single python script works with python 3 and above and Gnu plot.
atronoush
to get gplot from pyla visit http://pyla.codeplex.com/; It needs Python 3 and Gnuplot 4.0 and above. Gnuplot.py by this date is not compatible with Python 3.x
atronoush