3.1 Layers

  • geom_text: family is not currently open to change
  • non colour aesthetics of numeric inputs are not currently supported, e.g.:
      iris%>%ggplot(aes(x=Sepal.Length,y=Sepal.Width))+
      geom_point()+
      geom_text(aes(label=Species,size=Sepal.Length))