Im trying to make a box and whisker plot in ggplot but I cant seem to make it work.
My data is this below. I can make it just fine using the default boxplot function but not ggplot. The thing is it wants an x and y but I don't have a y axis besides a value.
boxplot(data1) works just fine and its too simple to mess up.

