vote up 1 vote down star

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.

flag

3 Answers

vote up 4 vote down check

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

link|flag
vote up 4 vote down

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

link|flag
vote up 1 vote down

I have used Gnuplot.py with great success.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.