matplotlib模塊詳解

1subplot和subplots繪製子圖 fig, axes = plt.subplots(figsize=(16,9)) axes.set_xlabel('x label') axes.set_ylabel('y label') axes.set_title('title') axes.plot(x, x**2) axes.plot(x, x**3) axes.legend(["y = x
相關文章
相關標籤/搜索