lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

Pie chart in python

Open pwwang opened this issue 3 years ago • 1 comments

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?

pwwang avatar Aug 24 '21 20:08 pwwang

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

alshan avatar Aug 24 '21 21:08 alshan

geom_pie added in v3.0.0

alshan avatar Dec 15 '22 22:12 alshan