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_position: 1 arg for wrap and grid #961

Open
davidhodge931 opened this issue Jul 25, 2024 · 0 comments
Open

facet_position: 1 arg for wrap and grid #961

davidhodge931 opened this issue Jul 25, 2024 · 0 comments

Comments

@davidhodge931
Copy link
Owner

davidhodge931 commented Jul 25, 2024

How this would work...

library(ggplot2)
library(dplyr)
library(palmerpenguins)

set_blanket()

penguins |>
  gg_point(
    x = flipper_length_mm,
    y = body_mass_g,
    col = species,
    facet = island,
    facet_position = "bottom",
  )

penguins |>
  gg_point(
    x = flipper_length_mm,
    y = body_mass_g,
    col = species,
    facet = island,
    facet2 = sex,
    facet_position = c("bottom", "left"), 
  )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant