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

Open
Tracked by #73
rdboyes opened this issue May 19, 2024 · 0 comments
Open
Tracked by #73

facet_grid #104

rdboyes opened this issue May 19, 2024 · 0 comments
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
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

No branches or pull requests

1 participant