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

point_size argument to blandr.draw doesn't work with ggplot2 #20

Open
vacmar01 opened this issue Jun 28, 2020 · 0 comments
Open

point_size argument to blandr.draw doesn't work with ggplot2 #20

vacmar01 opened this issue Jun 28, 2020 · 0 comments

Comments

@vacmar01
Copy link

vacmar01 commented Jun 28, 2020

The point_size argument to blandr.draw() is not passed down to blandr.plot.ggplot() and therefore you can't change the point size when using ggplot2 as the plotting engine. Since blandr.plot.ggplot() uses geom_point() internally it should be an easy fix. It just needs to passed down from blandr.draw() to blandr.plot.ggplot() and then be used in geom_point().

I can try to provide a fix for it if it is wanted.

Edit: Did try a fix #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant