ggplot(data = data) +
    geom_line(aes(x = something, y = otherstuff)) +
    coord_flip()

