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
2009-05-27 14:21:58
+4
A:
There is a list of Python-based plotting tools on the Python wiki.
las3rjock
2009-05-27 14:26:13
pyla-gplot is a small stand alone single python script works with python 3 and above and Gnu plot.
atronoush
2010-09-08 10:30:21
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
2010-09-08 10:32:16