Python Matplotlib Library

From GM-RKB
Revision as of 21:39, 10 September 2017 by Gmelli (talk | contribs)
Jump to navigation Jump to search

A matplotlib Library is a Python 2D graphics plotting library.



References

2017b

2017

2014

  • (Wikipedia, 2014) ⇒ http://en.wikipedia.org/wiki/matplotlib Retrieved:2014-8-2.
    • matplotlib is a plotting library for the Python programming language and its NumPy numerical mathematics extension. It provides an object-oriented API for embedding plots into applications using general-purpose GUI toolkits like wxPython, Qt, or GTK+. There is also a procedural "pylab" interface based on a state machine (like OpenGL), designed to closely resemble that of MATLAB. SciPy makes use of matplotlib.

      matplotlib was originally written by John Hunter, has an active development community, and is distributed under a BSD-style license. Michael Droettboom was nominated as matplotlib's lead developer shortly before John Hunter's death in 2012. , matplotlib 1.3.1 supports Python versions 2.6 through 3.3. Matplotlib 1.2 is the first version of matplotlib to support Python 3.x.

2014

2014

2012