Skip to content

v1.3.0

Compare
Choose a tag to compare
@jonclayden jonclayden released this 19 Nov 13:59
· 11 commits to master since this release
  • It is now possible to manipulate palette functions and ggplot2 scales using
    the colour manipulation functions in this package (#5, #7). When passed one
    of these objects, a modified wrapper object is returned. This allows colour
    tweaks to be made to standard scales in ggplot2 plots. See the README for a
    visual example.
  • The gradient() function now returns a function if its second argument is
    missing or NULL. This change is complementary to the one above, allowing
    palette functions to be created.
  • Conversions from HSV to RGB coordinates are now more precise.