Skip to content

Releases: eliocamp/ggnewscale

0.4.0 - G minor

07 Oct 14:23
Compare
Choose a tag to compare

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).

0.3.0 - F mayor

05 Jul 20:46
Compare
Choose a tag to compare

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 0.2.0 - C major

18 Mar 15:00
Compare
Choose a tag to compare

Bugfixes

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

ggnewscale 0.1.0

18 Jan 17:49
Compare
Choose a tag to compare

First release