python subplots 知识点
摘要:
python 里, 当使用subplots函数时,需要注意: 只有一行时: _,ax = plt.subplots(ncols = 2) ax[0].plot(data.data["Open"]) ax[0].set_title("Open") ax[1].plot(data.data["Close 阅读全文
posted @ 2022-01-27 10:04 金凯旋 阅读(333) 评论(0) 推荐(0)
浙公网安备 33010602011771号