Matplotlib: Difference between revisions

Content deleted Content added
m license url
m typo
Line 14:
'''Matplotlib''' is a [[Plotter|plotting]] [[Library (computer science)|library]] for the [[Python (programming language)|Python]] programming language and its [[NumPy]] numerical mathematics extension. It provides a "'''pylab'''" API designed to closely resemble that of [[MATLAB]], thereby making it easy to learn for experienced MATLAB users. Matplotlib is written and maintained primarily by John Hunter, and is distributed under a BSD-style license.
 
The "'''pylab'''" interface is procedural and based on a state machine, like [[OpenGL]]. There is also an [[Object-oriented programming|OOP]] interface which which is documented in the API Docs [http://matplotlib.sourceforge.net/api/index.html] which allows matplotlib plots to be embedded into applications using generic GUI toolkits, like [[wxPython]], [[Qt]] or [[GTK]].
 
Currently, Matplotlib only has support for Python versions up to 2.5.