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

TODO: nested facets nesting line as element #47

Closed
teunbrand opened this issue Jul 23, 2021 · 1 comment
Closed

TODO: nested facets nesting line as element #47

teunbrand opened this issue Jul 23, 2021 · 1 comment
Labels
plan This probably will be worked out in the future

Comments

@teunbrand
Copy link
Owner

Instead of doing the following:

ggplot(...) +
  geom_xyz(...) +
  facet_nested(
    x ~ y, nest_line = TRUE
  )

It would be nice if we can do this:

ggplot(...) +
  geom_xyz(...) +
  facet_nested(
    x ~ y, nest_line = element_line()
  )

Wherein the line element inherits from theme(ggh4x.facet.nestline).

@teunbrand teunbrand added the plan This probably will be worked out in the future label Jul 23, 2021
teunbrand added a commit that referenced this issue Jul 24, 2021
@teunbrand
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plan This probably will be worked out in the future
Projects
None yet
Development

No branches or pull requests

1 participant