Skip to content

ggh4x 0.3.0: Rollerblade Disco

Latest
Compare
Choose a tag to compare
@teunbrand teunbrand released this 15 Dec 18:35

This is a new minor release, introducing a few small features, bug fixes and
deprecating the position guides in favour of the legendry package.

Improvements

  • Added at_panel() for annotating specific panels in facets (#162).
  • New strip_tag() strip function (#149).
  • guide_stringlegend() has been modernised to use the ggplot2 3.5.0 guide
    system instead of the old S3 system.
  • Facets allow take the strip as strings and functions too.
  • coord_axis_inside(labels_inside) now supports independent "x" and "y"
    (#167).
  • help_secondary() has a new na.rm argument (#146, thanks @jrmuirhead!).

Bug fixes

  • Fixed bug in label remover (#158).
  • Fixed bug in axis check.overlap setting (#165).
  • Future-proofing of wrapped facets.
  • Fixed a bug when using facets with extension elements (#151).
  • Tweaked test for upcoming release of fitdistrplus (#176)

Deprecations

  • The following functions have been deprecated in favour of both base ggplot2 and
    the legendry package. They are scheduled to be removed in the next non-hotfix
    update.
    • scale_x_dendrogram() and scale_y_dendrogram() in favour of
      legendry::scale_x_dendro() and legendry::scale_y_dendro().
    • guide_dendro() in favour of legendry::guide_axis_dendro().
    • guide_axis_truncated() in favour of ggplot2::guide_axis(cap = TRUE).
    • guide_axis_colour() in favour of ggplot2::guide_axis(theme = ...).
    • guide_axis_minor() in favour of
      ggplot2::guide_axis(minor.ticks = TRUE).
    • guide_axis_logticks() in favour of ggplot2::guide_axis_logticks().
    • guide_axis_nested() in favour of legendry::guide_axis_nested().
    • guide_axis_manual() in favour of legendry::guide_axis_base(key = ...).
    • guide_axis_scalebar() in favour of legendry::primitive_bracket().