library(ggplot2) mydat <- data.frame(type = c("A", "B", "C"), height = c(0.9, 0.3, 0.4)) ggplot(mydat, aes(x = t