Matplotlib: Difference between revisions

Content deleted Content added
m The file Matplotlib-gtk.png has been removed as it was deleted in Commons by Nilfanion.
m Robot-assisted disambiguation (you can help!): Python programming language
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]]. It was written by John Hunter.
 
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.