Pie chart with ggplot

hello, community. Does anyone know how to plot a pie chart with the dataframe

X= c("a","b","c")
Y= c(40,30,30)

Df= data.frame(X,Y)

Hi Hugo, I'd recommend starting with a google search for something like ggplot2 pie chart which returns the link:

Ok, @zac-garland.

thank you.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.