Category:Matplotlib: Difference between revisions

From Rosetta Code
Content added Content deleted
(2D-plotting)
m (4 years since somebody updated this: that means it's useless)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{library}}{{stub}}
{{library}}


Matplotlib is a library for Python that can do 2D-plotting.
'''Matplotlib''' is a plotting library for the [[Python]] programming language
and its numerical mathematics extension [[NumPy]]. <br>
It can do 3D-plots, but the focus is on 2D-plotting.

Website: http://matplotlib.org/

There is a procedural "pylab" interface based on a state machine <br>
(like [[OpenGL]]), designed to closely resemble that of [[MATLAB]], <br>
see [http://matplotlib.org/api/pyplot_summary.html Plotting commands summary]
and [http://matplotlib.org/faq/usage_faq.html#matplotlib-pyplot-and-pylab-how-are-they-related pyplot-and-pylab].


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


;See also: [[Gnuplot]]

[[Category:SciPy]]
[[Category:Python]]

Latest revision as of 17:39, 10 March 2018

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 plotting library for the Python programming language and its numerical mathematics extension NumPy.
It can do 3D-plots, but the focus is on 2D-plotting.

Website: http://matplotlib.org/

There is a procedural "pylab" interface based on a state machine
(like OpenGL), designed to closely resemble that of MATLAB,
see Plotting commands summary and pyplot-and-pylab.


SciPy makes use of matplotlib.


See also
Gnuplot

Pages in category "Matplotlib"

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