fig = plt.figure(figsize=(8,8)) # figure size (optional) plt.subplot(a,b,c) ... subplot 2 plt.plot(data_2) # data 2 plt.show() # draw subplot group ...
確定! 回上一頁