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.
|
|
you can always use the object-oriented framework for matplotlib instead of the pylab interface. |
||
|
|
|
|
There is a list of Python-based plotting tools on the Python wiki. |
||
|
|
|
|
I have used Gnuplot.py with great success. |
|||
|
|
