Matplotlib is a plotting library for Python which uses syntax similar to MATLAB. It was written by John Hunter.
matplotlib | |
---|---|
![]() Example plot by matplotlib | |
Original author(s) | John Hunter |
Stable release | 0.87.7
/ 2006-10-26 |
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.