python subplot 2020-01-13 本文已影响0人 夏天不热也不冷 plt.figure() fig,axs=plt.subplots(1,2) axs[0].hist() axs[1].hist()