Skip to content

Add facet info to gallery for pie charts section#322

Open
EvaMaeRey wants to merge 1 commit intoposit-dev:mainfrom
EvaMaeRey:patch-4
Open

Add facet info to gallery for pie charts section#322
EvaMaeRey wants to merge 1 commit intoposit-dev:mainfrom
EvaMaeRey:patch-4

Conversation

@EvaMaeRey
Copy link
Copy Markdown
Contributor

Added section on faceting pie charts with example code.

Added section on faceting pie charts with example code.
@EvaMaeRey EvaMaeRey changed the title Add faceting section to gallery for pie charts section Add facet info to gallery for pie charts section Apr 17, 2026
@teunbrand teunbrand linked an issue Apr 17, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Collaborator

@teunbrand teunbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Gina, example looks wonderful! I'm glad you found SETTING free => 'angle' :)
I'm pre-emptively approving this until we get the project back on the rails after the weekend

@EvaMaeRey
Copy link
Copy Markdown
Contributor Author

Yes! And you all left me wondering if SETTING free => 'angle' has an analogue in ggplot2!

@teunbrand
Copy link
Copy Markdown
Collaborator

Like so?

library(ggplot2)

ggplot(penguins, aes(y = "", fill = island)) +
  geom_bar() +
  coord_radial(expand = c(0, 0)) +
  facet_wrap(~species, scales = "free_x")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

faceting how-to for pies in gallery?

2 participants