3 Matplotlib 对象
画板对象 matplotlib.figure.Figure
文字对象 matplotlib.text.Text
补丁对象 matplotlib.patches.Polygon
线对象 matplotlib.lines.Line2D
matplotlib.markers.MarkerStyle
2 基础数据对象primitives
3 容器对象containers
2.1 Axes Subplot子图讲解
2.2 matplotlib text 文字处理
2.3 matplotlib scale 刻度
Matplotlib 三维图像 入门
Matplotlib 三维图像 API
python保存图片(matplotlib)