Matplotlib

This is an old revision of this page, as edited by 128.84.182.122 (talk) at 14:48, 1 February 2007. 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.87.7 / 2006-10-26
Repository
Engine
  • Cairo
  • Anti-Grain Geometry
Edit this at Wikidata
Operating systemCross-platform
TypePlotting
LicenseOwn 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.

Compare to