13.3 A basic plot in ggplot using qplot()

Unless you tell it otherwise, qplot plots dots.

qplot(y = Sepal.Length,
      x = Species,    
        data = iris)