Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

plot bar

## creating count plot with title using seaborn
sns.countplot(x=dia.Outcome)
plt.title("Count Plot for Outcome")
Source by www.collaborat.com #
 
PREVIOUS NEXT
Tagged: #plot #bar
ADD COMMENT
Topic
Name
9+2 =