I have a count plot in R with 3 different values on the legend (1000, 2000, 3000). What I want to do is to color them in such a way, that the color of every next value is more intense. So 1000 would be very pale and 3000 would be very intense. I don't know whether it's a case of alpha or coloring, I'm pretty new to R overall. However I couldn't find any insight in the documentation. I'm using geom_count in ggplot2 for the plot.
Any help would be very appreciated!


ggplotto color the points based on a value. $\endgroup$