## creating count plot with title using seaborn sns.countplot(x=dia.Outcome) plt.title("Count Plot for Outcome")