exaexa / scattermore

very fast scatterplots for R
https://exaexa.github.io/scattermore/
GNU General Public License v3.0
238 stars 7 forks source link

Is it possible to size points based on class like with ggplot2? #18

Open benyamindsmith opened 2 years ago

benyamindsmith commented 2 years ago

I am looking to see if its possible to size the points according to class or a continuous value with geom_scattermore() like how its possible with geom_point(). I've played around with it but I haven't managed to get anything.

Is it possible to have this feature included if it isn't there already?

image

exaexa commented 1 year ago

Hello, apologies for a later reply, I completely forgot about this. Originally it was indeed impossible, at this point it is possible -- you can do this:

OTOH I'm completely unsure if this will carry easily to ggplot. Might need a ggplot expert.