Geom_Jitter Transparence

ggplot(Vocab, aes(x = education, y = vocabulary, color = year_group)) +
  geom_jitter(alpha = 0.25)
Successful Salmon