Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

horizontal bar plot python

import seaborn as sns

sns.barplot(data=df, orient = 'h')
 
PREVIOUS NEXT
Tagged: #horizontal #bar #plot #python
ADD COMMENT
Topic
Name
2+7 =