UnityTutorial
大家说
赞助
About
教程 ▾
推荐学习顺序
Python基础 ▾
基础
多进程 multiprocessing
多线程 threading
窗口视窗 Tkinter
机器学习 ▾
有趣的机器学习
强化学习 Reinforcement Learning
进化算法 Evolutionary Algorithm
神经网络 ▾
Tensorflow
PyTorch
Theano
Keras
通用机器学习 Scikit-learn
机器学习实战
数据处理 ▾
数据 Numpy & Pandas
画图 Matplotlib
网页爬虫
提效工具 ▾
Git 版本管理
Linux 简易教学
Matplotlib 画图教程系列
Matplotlib 简介
1.1 为什么用 Matplotlib
1.2 Matplotlib 安装
基本使用
2.1 基本用法
2.2 figure 图像
2.3 设置坐标轴1
2.4 设置坐标轴2
2.5 Legend 图例
2.6 Annotation 标注
2.7 tick 能见度
画图种类
3.1 Scatter 散点图
3.2 Bar 柱状图
3.3 Contours 等高线图
3.4 Image 图片
3.5 3D 数据
多图合并显示
4.1 Subplot 多合一显示
4.2 Subplot 分格显示
4.3 图中图
4.4 次坐标轴
动画
5.1 Animation 动画