city_frame["population"].plot(ax=ax,
style="b-",
use_index=True,
rot=90)
city_frame["area"].plot(ax=ax_area,
style="g-",
city_frame["density"].plot(ax=ax_density,
style="r-",