You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The
point_size
argument toblandr.draw()
is not passed down toblandr.plot.ggplot()
and therefore you can't change the point size when using ggplot2 as the plotting engine. Sinceblandr.plot.ggplot()
usesgeom_point()
internally it should be an easy fix. It just needs to passed down fromblandr.draw()
toblandr.plot.ggplot()
and then be used ingeom_point()
.I can try to provide a fix for it if it is wanted.
Edit: Did try a fix #21
The text was updated successfully, but these errors were encountered: