Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

geom_jitter transparency

ggplot(Vocab, aes(x = education, y = vocabulary, color = year_group)) +
  geom_jitter(alpha = 0.25)
 
PREVIOUS NEXT
Tagged: #transparency
ADD COMMENT
Topic
Name
8+8 =