python 畫圖操做

import matplotlib.pyplot as plt import numpy as np fig=plt.figure() # ax1=fig.add_subplot(2,3,1) ax2=fig.add_subplot(2,3,6) plt.plot([1.5,1.5,1.9,1.7])#這個在哪一個圖下面就在哪一個畫圖 ax2=fig.add_subplot(2,3,5) # ax
相關文章
相關標籤/搜索