I\'m trying to use ggplot or base R to produce something like the following:
>
Using the ggridges package:
ggridges
ggplot(my.data, aes(x = V1, y = factor(V2), fill = factor(V2), color = factor(V2))) + geom_density_ridges(alpha = 0.5)