python 多圖繪製

python 多圖繪製 一、figure對象方式 import matplotlib.pyplot as plt import numpy as np #經過對象繪圖 fig=plt.figure() ax1=fig.add_subplot(2,2,1) ax2=fig.add_subplot(2,2,2) ax3=fig.add_subplot(2,1,2) x=np.linspace(-2*
相關文章
相關標籤/搜索