Fork me on Github
摘要: 一、绘图标记 1.标记类型 y = np.arange(0, 5, 1) plt.plot(y, marker='o') # 绘图标记 plt.show() 2.fmt 参数 fmt 参数定义了基本格式,如标记、线条样式和颜色 #fmt = '[marker][line][color]' plt.p 阅读全文
posted @ 2022-08-06 15:54 昂昂呀 阅读(222) 评论(0) 推荐(0)