matplotlib教程目录 作者:马育民 • 2019-07-30 10:52 • 阅读:10380 # 介绍 1. [matplotlib介绍](https://www.malaoshi.top/show_1EF3myrgpSRs.html "matplotlib介绍") - [jupyter notebook快速使用](https://www.malaoshi.top/show_1EF44qEQGINv.html "jupyter notebook快速使用") # 折线图 1. [matplotlib画线plot](https://www.malaoshi.top/show_1EF3n1dimHwP.html "matplotlib画线plot") ### 通用设置 1. [matplotlib设置图片大小](https://www.malaoshi.top/show_1EF3n1ak5HEO.html "matplotlib设置图片大小") 2. [matplotlib设置x-xticks()、y轴刻度-yticks()](https://www.malaoshi.top/show_1EF3n4IGOfd8.html "matplotlib设置x-xticks()、y轴刻度-yticks()") 3. [matplotlib中文乱码](https://www.malaoshi.top/show_1IXYrIpQWX.html "matplotlib中文乱码") 4. [matplotlib设置x、y轴标题](https://www.malaoshi.top/show_1EF3nPvQTbC3.html "matplotlib设置x、y轴标题") 5. [matplotlib设置图像标题](https://www.malaoshi.top/show_1EF3nQWZPQim.html "matplotlib设置图像标题") 6. [matplotlib保存图片](https://www.malaoshi.top/show_1EF3n1YUIfoJ.html "matplotlib保存图片") 7. [matplotlib绘制网格](https://www.malaoshi.top/show_1EF3nOEKmWjX.html "matplotlib绘制网格") 8. [matplotlib添加图例](https://www.malaoshi.top/show_1EF3nOjya8fx.html "matplotlib添加图例") # 柱状图 11. [matplotlib柱状图(条形图)](https://www.malaoshi.top/show_1EF3oB2biGVS.html "matplotlib柱状图(条形图)") - [matplotlib柱状图(条形图)-水平显示](https://www.malaoshi.top/show_1GW28afbiF0.html "matplotlib柱状图(条形图)-水平显示") - [matplotlib柱状图(条形图)-显示两组柱状图](https://www.malaoshi.top/show_1GW1gxD8Ox2.html "matplotlib柱状图(条形图)-显示两组柱状图") - [matplotlib柱状图高级设置-背景颜色、标签颜色、标题颜色、刻度颜色](https://www.malaoshi.top/show_1GW22k5CuBg.html "matplotlib柱状图高级设置-背景颜色、标签颜色、标题颜色、刻度颜色") - [matplotlib柱状图高级设置-设置两个y轴](https://www.malaoshi.top/show_1GW23DUhRbj.html "matplotlib柱状图高级设置-设置两个y轴") - [matplotlib柱状图高级设置-堆叠图](https://www.malaoshi.top/show_1GW23uUNZSy.html "matplotlib柱状图高级设置-堆叠图") ### 组合图形 1. [matplotlib折线图与柱状图(条形图)同时显示](https://www.malaoshi.top/show_1GW20qHzgKp.html "matplotlib折线图与柱状图(条形图)同时显示") 2. [matplotlib折线图与柱状图(条形图)同时显示,数据参考各自的轴线](https://www.malaoshi.top/show_1GW2VPJoDNB.html "matplotlib折线图与柱状图(条形图)同时显示,数据参考各自的轴线") # 饼状图 1. [matplotlib饼状图](https://www.malaoshi.top/show_1GW2U25NSWB.html "matplotlib饼状图") 2. [matplotlib饼状图案例](https://www.malaoshi.top/show_1GW2TpZ7JWM.html "matplotlib饼状图案例") # [matplotlib散点图](https://www.malaoshi.top/show_1EF321DL821y.html "matplotlib散点图") # 三维图 12. [matplotlib绘制三维散点图](https://www.malaoshi.top/show_1EF3q1v3nSSk.html "matplotlib绘制三维散点图") 13. [matplotlib绘制三维线框图](https://www.malaoshi.top/show_1EF3q1rXgIui.html "matplotlib绘制三维线框图") 14. [matplotlib三维视角转换](https://www.malaoshi.top/show_1EF3q2G4CT21.html "matplotlib三维视角转换") 15. [matplotlib显示图片imshow()](https://www.malaoshi.top/show_1EF4TjMnZtKY.html "matplotlib显示图片imshow()") 16. [matplotlib将矩阵显示成图片matshow()](https://www.malaoshi.top/show_1EF5D9XqnDsr.html "matplotlib将矩阵显示成图片matshow()") 16. [matplotlib读写图片和numpy](https://www.malaoshi.top/show_1EF4aPIrHVXj.html "matplotlib读写图片和numpy") 原文出处:http://malaoshi.top/show_1EF3n4NY0SpH.html