Matplotlib

This is an old revision of this page, as edited by 129.6.235.133 (talk) at 23:58, 20 January 2006 (remove comment about memory leaks until they can be demonstrated---see discussion page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Matplotlib is a plotting library for Python which uses syntax similar to MATLAB.

The library provides a "pylab" interface which is procedural and based on a state machine, like OpenGL. There is also an OOP interface which has less thorough documentation and greater complexity.