
Matplotlib
Sign in to saveMatplotlib (portmanteau of MATLAB, plot, and library) is a plotting library for the Python programming language and its numerical mathematics extension NumPy. It provides an object-oriented API for embedding plots into applications using general-purpose GUI toolkits like Tkinter, 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, though its use is discouraged. SciPy makes use of Matplotlib.
Key facts
- Software.name
- Matplotlib
- Software.logo
- Matplotlib logo.svg
- Software.logo size
- 300px
- Software.screenshot
- File:Mpl screenshot figures and code.png
- Software.caption
- Screenshot of Matplotlib plots and code
- Software.author
- John D. Hunter
- Software.developer
- Michael Droettboom, et al.
- Software.engine
- Cairo, Anti-Grain Geometry
- Software.programming language
- Python
- Software.operating system
- Cross-platform
- Software.genre
- Plotting
- Software.license
- Matplotlib license
via Wikipedia infobox
Source code
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib produces publication-quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, Python/IPython shells, web application servers, and various graphical user interface toolkits. Discourse is the discussion forum for general questions and discussions and our recommended starting point. Discourse Chat is for coordinating development and asking questions directly related to contributing to matplotlib.
Excerpt from the source-code README · 3,965 chars · not written by Vinony
Wikidata facts
- Official website
- matplotlib.org
- Image
- Matplotlib screenshot.png
Show 10 more facts
- issue tracker URL
- github.com/matplotlib/matplotlib/issues
- source code repository URL
- github.com/matplotlib/matplotlib
- Commons category
- Matplotlib
- software version identifier
- 3.10.9
- social media followers
- 44314
- inception
- 2003-00-00
- Stack Exchange tag
- stackoverflow.com/tags/matplotlib
- user manual URL
- matplotlib.org/stable/contents.html
- IRC channel URL
- gitter.im/matplotlib/matplotlib
- publication date
- 2003-00-00
Sources (11)
via Wikidata · CC0
Article · Español
Matplotlib es una biblioteca para la generación de gráficos en dos dimensiones, a partir de datos contenidos en listas o arrays en el lenguaje de programación Python. Proporciona una API, pylab, diseñada para recordar a la de MATLAB.
Abstract from DBpedia / Wikipedia · CC BY-SA