Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pie charts in plotly [closed]

Tags:

python

plotly

I couldn't find any examples or documentation for/about pie charts in plotly. Anyone knows if they are simply not implemented yet?

I actually never ever had a use case for them until today.


1 Answers

That's right, they aren't implemented yet. The polar wedge charts are close, but each wedge has to be the same width: https://plot.ly/python/polar-chart/#Polar-Area-Chartenter image description here

In the meantime, that type of categorical data can sometimes be visualized with stacked or grouped bar charts: https://plot.ly/python/bar-charts/#Grouped-Bar-Chart

like image 121
Chris P Avatar answered Feb 08 '26 12:02

Chris P