Closed pedropro closed 3 years ago
New seaborn versions do not support arg: orient='1'
orient='1'
plot_1 = sns.barplot(x="Number of annotations", y="Categories", data=df, label="Total", color="b", orient='1')
ValueError: Value for orient not understood: 1
orient
TODO: Drop it
Solved: 6f03ed488763ff46b60fdf5496f61db061431943
New seaborn versions do not support arg:
orient='1'
TODO: Drop it