
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 · Português
Matplotlib é uma biblioteca de software para criação de gráficos e visualizações de dados em geral, feita para e da linguagem de programação Python e sua extensão de matemática NumPy. Originalmente criada pelo biólogo e neurocientista americano John D. Hunter, a biblioteca hoje possui uma comunidade ativa atuando em seu desenvolvimento e é distibuída sob uma licença BSD. O programador Michael Droetboom foi nomeado o líder do projeto um pouco antes da morte do criador John Hunter em agosto de 2012, e logo o cientista Thomas Caswell se juntou a ele. Oferece uma interface de programação orientada a objetos para incluir gráficos em aplicações usando toolkits de interface gráfica, como Tkinter, WxPython, Qt ou GTK. SciPy faz uso do Matplotlib. Matplotlib 2.0.x suporta Python nas versões 2.7 até 3.6. O suporte ao Python 3 começou com o Matplotlib 1.2, e o Matplotlib 1.4 foi o último a suportar o Python 2.6. O projeto se comprometeu a não dar mais suporte ao Python 2 a partir de 2020, assinando o Python 3 statement.
Abstract from DBpedia / Wikipedia · CC BY-SA