Category:Matplotlib: Difference between revisions

From Rosetta Code
Content added Content deleted
m (SciPy / wp:matplotlib)
m (Gnuplot)
Line 2: Line 2:


'''Matplotlib''' is a 2D-plotting library for the [[Python]] programming language
'''Matplotlib''' is a 2D-plotting library for the [[Python]] programming language
and its numerical mathematics extension [[NumPy]].
and its numerical mathematics extension [[:Category:NumPy|NumPy]].


Website: http://matplotlib.org/
Website: http://matplotlib.org/


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


[[wp:matplotlib|matplotlib]] 1.4 supports Python 2.6, 2.7, 3.3, and 3.4
[[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>
There is a procedural "pylab" interface based on a state machine <br>
designed to closely resemble that of [[MATLAB]].
(like [[OpenGL]]), designed to closely resemble that of [[MATLAB]].


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


;See also: [[Gnuplot]]

Revision as of 16:59, 9 November 2014

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

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 (2014-10-26)

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), designed to closely resemble that of MATLAB.

SciPy makes use of matplotlib.


See also
Gnuplot

Pages in category "Matplotlib"

The following 3 pages are in this category, out of 3 total.