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 。
以上是关于python matplotlib常用的主要内容,如果未能解决你的问题,请参考以下文章