python matplotlib常用

Posted 爬爬QQ

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python matplotlib常用相关的知识,希望对你有一定的参考价值。

plt.imshow()

技术图片
plt.imshow()

plt.imshow(z, cmap = plt.cm.gray_r)#其中z为绘制对象
.imshow()
Plotting numpy arrays as images

plt.cm.gray_r
Colormap

加上_r相当于颜色 reverse 。
View Code

 

以上是关于python matplotlib常用的主要内容,如果未能解决你的问题,请参考以下文章

常用python日期日志获取内容循环的代码片段

python常用代码片段总结

Matplotlib常用绘图示例入门

Matplotlib.pyplot 常用方法

在 matplotlib 内联和 QT 后端之间切换 Python 脚本

AI常用框架和工具丨3. 可视化库Matplotlib