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: Partial polar plots #1182

Open alshan opened 2 months ago

alshan commented 2 months ago

See ggplot2 3.5 : https://www.tidyverse.org/blog/2024/03/ggplot2-3-5-0-coord-radial/#partial-polar-plots

alshan commented 2 months ago

Note

[theme](https://ggplot2.tidyverse.org/reference/theme.html)(
    axis.line.theta = [element_line](https://ggplot2.tidyverse.org/reference/element.html)(colour = "red"),
    axis.text.theta = [element_text](https://ggplot2.tidyverse.org/reference/element.html)(angle = 90),

guide_axis_theta()