create axes individually using plt.subplot()plt.figure(figsize = (18,6)); # need this step to set figure sizeax1 = plt.subplot(1, 3, 1)
確定! 回上一頁