我正在尝试将很长的 x 轴标签变为多行,如右图所示:

我目前使用的代码:
ax = cluster3.plot(x='Neighborhood',y=['Population'],kind='bar',alpha=0.75,title='Population of Each Neighborhood',figsize=(15, 10))
ax.set_ylabel('Population')
Run Code Online (Sandbox Code Playgroud)
cluster3 是具有 Neighborhood 列的数据框