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
Currently, Matplotlib only has support for Python versions up to 2.5.
|