Matplotlib: Difference between revisions

Content deleted Content added
Chrike (talk | contribs)
m bump version number
mNo edit summary
Line 14:
'''Matplotlib''' is a [[Plotter|plotting]] [[Library (computer science)|library]] for [[Python (programming language)|Python]] which uses [[Syntax#Syntax in computer science|syntax]] similar to [[MATLAB]]. It is written and maintained primarily by John Hunter, and is distributed under a BSD-style license.
 
The library provides a "'''pylab'''" interface which is procedural and based on a state machine, like [[OpenGL]]. There is also an [[Object-oriented programming|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]].