Matplotlib: Difference between revisions

Content deleted Content added
Added link to homepage
remove comment about memory leaks until they can be demonstrated---see discussion page
Line 1:
'''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]].
 
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. As of October [[2005]], basic plotting commands in Matplotlib suffer from memory leaks.
 
== External links ==