dexplo / bar_chart_race

Create animated bar chart races in Python with matplotlib
MIT License
1.35k stars 351 forks source link

Is there a way to set the color for individual bars? #67

Open Ramin001 opened 1 year ago

Ramin001 commented 1 year ago

I have several bars that come from a common group. I want to assign every group the same color. So I need to have control over the color of each specific bar. Is there a way to do it?