lets-plot
lets-plot copied to clipboard
Pie chart in python
I don't find any way to plot a pie chart in python.
I see it's implemented in kotlin (#40), but not yet in python.
Is there a plan to implement geom_pie or coord_polar in python?
This is something what is not available in either of Lets-Plot APIs (
We are planning for coord_polar. Meanwhile may be you could workaround by coding pie with the help of geom_polygon()? See: #68
geom_pie added in v3.0.0