3.8 Drawing rectangles: geom_rect(); geom_tile(); geom_raster()

ggplot(df, aes(c, y)) + 
  geom_tile()