Skip to content

scales 0.4.0

Compare
Choose a tag to compare
@hadley hadley released this 26 Feb 15:32
  • Switched from NEWS to NEWS.md
  • manual_pal() produces a warning if n is greater than the number of values
    in the palette (@jrnold, #68).
  • precision(0) now returns 1, which means percent(0) now returns 0% (#50).
  • scale_continuous() uses a more correct check for numeric values.
  • NaN is correctly recognised as a missing value by the gradient palettes
    (ggplot2#1482).