fig = plt.figure(figsize=(6, 2.5)) # Creating the subplots ax_1 = fig.add_subplot(121) plt.axes() # Creating a square on the right subplot: ...
確定! 回上一頁