import matplotlib.pyplot as plt ax1= city_frame["population"].plot(style="b-", xticks=range(len(city_frame.index)), use_index=True, ...
確定! 回上一頁