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