First page Back Continue Last page Overview Image

Rotate x Labels

city_frame.plot(xticks=range(len(city_frame.index)),

use_index=True,

rot=90)