-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I am having some issues with the alpha parameter.
This is the ggplot2 version:
ggplot(mtcars, aes(mpg, wt, colour = factor(cyl))) + geom_point(size = 10, alpha = 1)
And the scattermore version:
ggplot(mtcars, aes(mpg, wt, colour = factor(cyl))) + geom_scattermore(pointsize = 15, alpha = 1, pixels = c(300, 300))
As you can see, when the points are overlapping, they are semi-transparent if they are different colors.
I am using scattermore 1.2 and ggplot2 3.5.1.
Metadata
Metadata
Assignees
Labels
No labels

