How to add hatches to bar plots in seaborn.catplot(kind="bar")

Viewed 15

I used seaborn.catplot(kind="bar") to create the bar plots. Now I want each bar to have a different hatch. How can I achieve that?

0 Answers
Related