df_rm_count[[\'count\']].sort_values(by=\'count\', ascending=False).plot.barh()
The above line shows the graph (without plt.show())
plt.show()