79719143

Date: 2025-07-29 19:43:36
Score: 1
Natty:
Report link
    [1] data <- pivot_longer(AveMinsPie, cols = everything())
    [2] ggplot(data, aes(x="", y=value, fill = name)) +
            geom_bar(stat="identity", width=1) +
            coord_polar("y", start=0)+
            theme_void()

[1] Would spit outa tibble with a name and a value column.

[2] Would, of course, spit out your pie chart

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jake