Skip to content

diaspora

hadley edited this page Dec 31, 2010 · 3 revisions

ggplot2 diaspora todo list

Aesthetic changes

  • Use . to power aes
  • Use environment stored in ., not in plot

Layer package

Scales package

Replace proto scales code with scales package

  • figure out how to deal with date time auto labels

  • update date time scale examples

  • ensure all aliases stored in individual files and referenced in documentation

  • add new roxygen features for documentation

  • better documentation

  • finish new intro document

  • legends

Documentation

Functions that need better documentation:

  • aes_all
  • all themes
  • annotate
  • fortify
  • geom_area
  • geom_blank
  • geom_boxplot: what is a boxplot
  • geom_rect
  • ggplot
  • last_plot
  • position_dodge (esp width)
  • position_identity
  • print.ggplot
  • qplot
  • scale_area
  • scale_identity
  • scale_x_log10
  • scale_x_reverse
  • stat_function
  • stat_qq

ggplot3

Interface breaking changes to think about for ggplot3:

  • Use layer_histogram, layer_smooth instead of geom_histogram and stat_smooth

Note: The ggplot2 wiki is no longer maintained, please use the ggplot2 website instead!

Clone this wiki locally