
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 · 中文
matplotlib是Python语言及其数值计算库NumPy的库。它提供了一个面向对象的API,用于使用通用GUI工具包(如Tkinter、wxPython、Qt或GTK)将绘图嵌入到应用程序中。它还有一个基于状态机(如OpenGL)的过程式编程“pylab”接口,其设计与MATLAB非常类似,但由於命名空間的問題,因此建議改用matplotlib.pyplot取代。SciPy使用matplotlib进行图形绘制。 matplotlib最初由撰写,从此它拥有一个活跃的开发社区,并根据BSD许可证发布。 在John D. Hunter于2012年8月去世前不久,Michael Droettboom被提名为matplotlib的主要开发者,Thomas Caswell也加入了他的行列。 Matplotlib 2.0.x支持Python 2.7到3.10版本。Matplotlib 1.2是第一个支持Python 3.x的版本。Matplotlib 1.4是支持Python 2.6的最后一个版本。Matplotlib已签署Python 3声明,承诺在2020年后不再支持Python 2。
Abstract from DBpedia / Wikipedia · CC BY-SA