Category:Matplotlib: Difference between revisions

Content added Content deleted
(2D-plotting)
m (SciPy / wp:matplotlib)
Line 1: Line 1:
{{library}}{{stub}}
{{library}}


Matplotlib is a library for Python that can do 2D-plotting.
'''Matplotlib''' is a 2D-plotting library for the [[Python]] programming language
and its numerical mathematics extension [[NumPy]].

Website: http://matplotlib.org/

Current version: 1.4.2 (October 2014-10-26)

[[wp:matplotlib|matplotlib]] 1.4 supports Python 2.6, 2.7, 3.3, and 3.4

There is a procedural "pylab" interface based on a state machine (like OpenGL), <br>
designed to closely resemble that of [[MATLAB]].

[[:Category:SciPy|SciPy]] makes use of matplotlib.