Skip to contents

ggnewscale (development version)

Internals

  • Implemented a new method of adding scales that should be faster. Instead of building the whole plot to let ggplot2 discover the default scales, ggnewscale now creates default scales for the new aes. This should lead to performance improvement (#78)

Bugfixes

  • Fixes a bug that removed guides in some cases (#72)

ggnewscale 0.5.2

CRAN release: 2025-06-20

Adds compatibility with ggplot2 4.0.0

ggnewscale 0.5.1

CRAN release: 2025-02-24

Adds new startup message.

ggnewscale 0.5.0

CRAN release: 2024-07-19

No new features, but a relatively important rewrite of the internals and updated dependency on ggplot2 3.5.0 to support the new Guides system (and only the new one).

Bugfixes

  • Layers will retain custom attributes. (#65, @rsh52)

ggnewscale 0.4.10

CRAN release: 2024-02-08

ggnewscale 0.4.9

CRAN release: 2023-05-25

Bugfixes

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

ggnewscale 0.4.8

CRAN release: 2022-10-06

  • Updates documentation to conform to latest CRAN HTML5 requirements.

ggnewscale 0.4.7

CRAN release: 2022-03-25

Bugfixes

ggnewscale 0.4.6

CRAN release: 2022-02-15

Bugfixes

ggnewscale 0.4.5

CRAN release: 2021-01-11

  • Necessary version change due to some CRAN stuff. No user-visible changes.

ggnewscale 0.4.4

CRAN release: 2020-12-02

Bugfixes

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

ggnewscale 0.2.0 - C major

CRAN release: 2019-03-17

Bugfixes

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

  • Added a NEWS.md file to track changes to the package.