Skip to content

scales 0.3.0

Compare
Choose a tag to compare
@hadley hadley released this 25 Aug 13:39
  • rescale() preserves missing values in input when the range of x is
    (effectively) 0 (ggplot2#985).
  • Continuous colour palettes now use colour_ramp() instead of colorRamp().
    This only supports interpolation in Lab colour space, but is hundreds of
    times faster.