Skip to content
Prev 385853 / 398503 Next

How to decrease size of points?

Hello,

That's the problem of not having a reproducible example, you only gave 
us one value for size.
Try

nsize <- length(unique(df1$Stage))

before the plot and then

p1 + scale_size_manual(values = rep(0.8, nsize))


Hope this helps,

Rui Barradas


?s 17:58 de 30/09/20, Medic escreveu: