From 9746980e4a26c8bf68b97ccdba53bab720d02d87 Mon Sep 17 00:00:00 2001
From: thomasp85 fullseq() and by extension
breaks_width()
can now deal with unsorted ranges (#435).
New label_date_short(leading)
argument to replace leading zeroes (#442)
breaks_pretty()
will return the input limit when it has no range (#446)
transform_exp()
now has more sensible breaks, available in breaks_exp()
(@teunbrand, #405).
breaks_exp()
now provides more sensible breaks for the exponential transform (@teunbrand, #405).
The scales package now keeps track of known palettes. These can be retrieved using get_palette()
or registered using set_palette()
(#396).
label_log()
has a signed
argument for displaying negative numbers (@teunbrand, #421).
New label_dictionary()
for named lookup of labels (#458).