Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 705 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 705 Bytes

matplotlib学习之基本使用

目录

1.figure学习

2.设置坐标轴

3.Legend 图例

4.Annotation 标注

5.tick能见度

重要参考资料-A Brief matplotlib API Primer(一个简单的matplotlib API入门)

##这个内容来自《利用python进行数据分析第二版》,主要内容:

1 Figures and Subplots(图和子图)

2 Colors, Markers, and Line Styles(颜色,标记物,线样式)

3 Ticks, Labels, and Legends(标记,标签,图例)

4 Annotations and Drawing on a Subplot(注释和在subplot上画图)

5 Saving Plots to File(把图保存为文件)

6 matplotlib Configuration(matplotlib设置)