JetBrains / lets-plot

Multiplatform plotting library based on the Grammar of Graphics
https://lets-plot.org
MIT License
1.57k stars 51 forks source link

coord_polar: using "size_unit" parameter in geom_point produce emptiness #1213

Open alshan opened 4 weeks ago

alshan commented 4 weeks ago
ggplot() + geom_point(x=0, y=0, size=10, size_unit="y") + coord_polar()

The emptiness