height of each bar in bar chart matplotlib code example
Example: matplotlib bar graph print first n values
month_jan[feature_cols].sum().sort_values(ascending=0)[:10].plot(kind='bar')
month_jan[feature_cols].sum().sort_values(ascending=0)[:10].plot(kind='bar')