matplotlib是Python编程语言及其数值数学扩展包 NumPy的可视化操作界面。它利用通用的图形用户界面工具包,如Tkinter, wxPython, Qt或GTK+,向应用程序嵌入式绘图提供了应用程序接口(API)。此外,matplotlib还有一个基于图像处理库(如开放图形库OpenGL)的pylab接口,其设计与MATLAB非常类似--尽管并不怎么好用[来源请求]。SciPy就是用matplotlib进行图形绘制。
matplotlib最初由John D. Hunter撰写,它拥有一个活跃的开发社区,并且根据BSD样式许可证分发。 在John D. Hunter2012年去世前不久,Michael Droettboom被提名为matplotlib的主要开发者。
截至到2015年10月30日,matplotlib 1.5.x支持Python 2.7到3.5版本。Matplotlib 1.2是第一个支持Python 3.x的版本。Matplotlib 1.4是支持Python 2.6的最后一个版本。
链接:https://www.learnfk.com/matplotlib/matplotlib.html
来源:LearnFk无涯教程网
本教程是为那些希望获得有关数据可视化基础知识的学习者而设计的。
- Matplotlib - 简介
- Matplotlib - 环境设置
- Matplotlib - Anaconda
- Matplotlib - Jupyter
- Matplotlib - Pyplot API
- Matplotlib - 简单图(Plot)
- Matplotlib - PyLab模块
- Matplotlib - 面向对象的接口
- Matplotlib - 轴类
- Matplotlib - 多图
- Matplotlib - Subplots 函数
- Matplotlib - Subplot2grid 函数
- Matplotlib - 网格(Grids)
- Matplotlib - 格式化轴
- Matplotlib - 设置限制
- Matplotlib - 刻度标签(Tick Label)
- Matplotlib - 双轴
- Matplotlib - 条形图
- Matplotlib - 直方图
- Matplotlib - 饼图
- Matplotlib - 散点图
- Matplotlib - 等高线图
- Matplotlib - 颤动图
- Matplotlib - 箱形图
- Matplotlib - 小提琴图
- Matplotlib - 三维绘图
- Matplotlib - 3D轮廓图
- Matplotlib - 3D线框图
- Matplotlib - 3D表面图
- Matplotlib - 使用文本
- Matplotlib - 数学表达式
- Matplotlib - 图像
- Matplotlib - 转换
这一章《Matplotlib - 简介》你学到了什么?在下面做个笔记吧!做站不易,你的分享是对我们最大的支持,感谢!😊
Python for Google Sheets:自动创建新工作表(在同一个工作簿中)...