plt.bar(x=diabetics_df.Outcome,y=diabetics_df.Age) 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')