Matplotlib is a plotting library for Python which uses syntax similar to MATLAB. It is written and maintained primarily by John Hunter, and is distributed under a BSD-style license.
matplotlib | |
---|---|
![]() Example plot by matplotlib | |
Original author(s) | John Hunter |
Stable release | 0.90.0
/ 2007-02-06 |
Repository | |
Engine |
|
Operating system | Cross-platform |
Type | Plotting |
License | Own free licence |
Website | [1] |
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.
Using the OOP interface, matplotlib plots can be embedded in applications using generic GUI toolkits like wxPython, Qt or GTK.