python plotly horizontal bar chart code example Example: horizontal bar plot python import seaborn as sns sns.barplot(data=df, orient = 'h')