摘要: 1、双y轴 x = np.arange(0., np.e, 0.01) y1 = np.exp(-x) y2 = np.log(x) fig = plt.figure() ax1 = fig.add_subplot(111) ax1.plot(x, y1) ax1.set_ylabel('Y val 阅读全文
posted @ 2019-12-10 11:44 齐天大圣打妖怪 阅读(886) 评论(0) 推荐(0)