Matplotlib

This is an old revision of this page, as edited by 84.79.43.114 (talk) at 12:31, 10 January 2008 (Update version and date of the lastest release). 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. It is written and maintained primarily by John Hunter, and is distributed under a BSD-style license.

matplotlib
Original author(s)John Hunter
Stable release
0.91.2 / 2008-01-06
Repository
Engine
  • Cairo
  • Anti-Grain Geometry
Edit this at Wikidata
Operating systemCross-platform
TypePlotting
LicenseOwn free licence
Websitematplotlib.sf.net

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.

Compare to