fig, ax = plt.subplots() ax.plot(climate_change.index, climate_change["co2"], color='blue') ax.set_xlabel('Time') ax.set_ylabel('CO2 (ppm)', color='blue').
確定! 回上一頁