fig = plt.figure(figsize=(6,3)) ax1 = fig.add_axes([0, 0, 1, 1]) ax2 = fig.add_axes([0.15, 0.55, 0.5, 0.4]) ax1.plot(x, y1) ax1.plot(x, ...
確定! 回上一頁