ggnewscale

Multiple Fill, Color and Other Scales in `ggplot2`

GPL-3.0 License

Downloads
34.7K
Stars
400
Committers
3
ggnewscale - ggnewscale 0.4.10 Latest Release

Published by eliocamp 9 months ago

ggnewscale - ggnewscale 0.4.9

Published by eliocamp over 1 year ago

  • Fixes a bug when adding more than one extra scale and using geoms without explicit mapping (#45)
ggnewscale - ggnewscale 0.4.8

Published by eliocamp about 2 years ago

  • Updates documentation to conform to latest CRAN HTML5 requirements.
ggnewscale - ggnewscale 0.4.7

Published by eliocamp over 2 years ago

Bugfixes

  • new_scale() respects override.aes arguments (#98, thanks @jgabry)
ggnewscale - ggnewscale 0.4.6

Published by eliocamp over 2 years ago

Bugfixes

  • Fixes guides not being recognised when defined outside scales (#38, thanks @PursuitOfDataScience)
ggnewscale - ggnewscale 0.4.4

Published by eliocamp almost 4 years ago

Bugfixes

  • Fixes incompatibility with stats with custom setup_data (#27, thanks @carlschmidt26 !)
ggnewscale - 0.4.3

Published by eliocamp about 4 years ago

Bugfixes

  • Fixes partial matching warning properly this time (🤞️). (#24 #25, thanks @hadley and @ leesaudan2)
ggnewscale - 0.4.2

Published by eliocamp about 4 years ago

Bugfixes

  • Fixed partial matching warning. (#24, thanks @hadley)
ggnewscale - 0.4.1

Published by eliocamp over 4 years ago

Bugfixes

  • Fixed error when adding a scale with ggplot2 not loaded. (#21, thanks @rmendels)
ggnewscale - 0.4.0 - G minor

Published by eliocamp about 5 years ago

Bugfixes

  • new_scale() doesn't change plot by reference (#13, thanks @raymondben).

  • Fixed bug in R versions older than 3.5 (#12, thanks @raymondben).

  • Added support for aesthetics set outside aes() (#16, thanks @raymondben).

  • new_scale() will work with aesthetics defined in the global ggplot() call
    (#18, thanks @efratushava).

ggnewscale - 0.3.0 - F mayor

Published by eliocamp over 5 years ago

New features

Bugfixes

  • new_scale() does not fail when guide = "none" or guide = FALSE (#6, thanks @Maschette)

  • new_scale() does not fail when using the default mapping (#7, thanks @RomanAbashin)

ggnewscale - ggnewscale 0.2.0 - C major

Published by eliocamp over 5 years ago

Bugfixes

  • Fixed error when defining positional scales before new_scales() (#2, thanks @willgearty)
ggnewscale - ggnewscale 0.1.0

Published by eliocamp almost 6 years ago

First release