matplotlib画图

坐标刻度

  • 旋转
my_x_ticks = np.arange(0,4096,100)
plt.xticks(my_x_ticks, rotation=40)

颜色

https://www.matplotlib.org.cn/gallery/color/color_demo.html
https://xkcd.com/color/rgb/

posted @ 2019-09-25 14:46  youqia  阅读(140)  评论(0编辑  收藏  举报