Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facet_grid #104

Closed
Tracked by #73
rdboyes opened this issue May 19, 2024 · 1 comment · Fixed by #168
Closed
Tracked by #73

facet_grid #104

rdboyes opened this issue May 19, 2024 · 1 comment · Fixed by #168
Assignees
Labels
enhancement New feature or request

Comments

@rdboyes
Copy link
Member

rdboyes commented May 19, 2024

Describe how it works in R's ggplot2
facet_grid creates a 2d grid of plots, with the rows split by one variable and the columns split by another variable. It should support the following options initially:

  • rows
  • cols
  • scales

Describe any changes you think should be made to R's version
Implement as is

@rdboyes rdboyes added the enhancement New feature or request label May 19, 2024
@rdboyes rdboyes self-assigned this May 19, 2024
@rdboyes rdboyes mentioned this issue May 19, 2024
8 tasks
@rdboyes
Copy link
Member Author

rdboyes commented Feb 7, 2025

Image available on dev branch!

@rdboyes rdboyes closed this as completed Feb 7, 2025
@rdboyes rdboyes reopened this Feb 7, 2025
@rdboyes rdboyes mentioned this issue Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant