Python数据处理之(十 八)10分钟搞定matplotlib

版权声明:本文为博主原创文章,转载请注明出处! https://blog.csdn.net/PoGeN1/article/details/84329673

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 动画

猜你喜欢

转载自blog.csdn.net/PoGeN1/article/details/84329673