pedropro / TACO

🌮 Trash Annotations in Context Dataset Toolkit
http://tacodataset.org
MIT License
603 stars 201 forks source link

demo: ValueError: Value for `orient` not understood: 1 #27

Closed pedropro closed 3 years ago

pedropro commented 3 years ago

New seaborn versions do not support arg: 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

TODO: Drop it

pedropro commented 3 years ago

Solved: 6f03ed488763ff46b60fdf5496f61db061431943