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

add geom_plate to fit into ggplot workflows #15

Open
Swarchal opened this issue Dec 7, 2018 · 0 comments
Open

add geom_plate to fit into ggplot workflows #15

Swarchal opened this issue Dec 7, 2018 · 0 comments

Comments

@Swarchal
Copy link
Owner

Swarchal commented Dec 7, 2018

Would be nice to create a custom geom to fit directly into ggplot2 code, although this will require working with the mess that is ggproto.

Example:

ggplot(df) + 
    geom_plate(aes(well = well, fill = values), plate = 384) + 
    facet_wrap(~plate_id)
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