Recent Releases of legendry

legendry - legendry 0.2.3

This is a patch release fixing a few bugs.

  • guide_colbar() properly uses legend.key.width/height setting (#81).
  • compose_sandwich() and its wrappers now have a suppress_labels argument that controls label rendering (#91).

- R
Published by teunbrand 6 months ago

legendry - legendry 0.2.2

This is a patch release without new features, improvements or bug fixes. The patch aims to make legendry forwards-compatible with a planned ggplot2 release.

- R
Published by teunbrand 9 months ago

legendry - legendry 0.2.1: Articuno

This is a patch release with a few bug fixes and a tiny polish.

  • Fixed bug in guide_circles() used for multiple layers (#58)
  • Fixed bug hindering position = "inside" placement (#42)
  • Fixed bug in theme_guide(key.size, key.height, key.width) (#41)
  • Complete guides based on a crux composition now render the legend.background element (#50)
  • A better attempt to honour ggplot2's mechanism for <AsIs> variables (#45)
  • Better alignment of compose_stack(side.titles) (#48)
  • Fixed aesthetic standardisation in override.aes arguments (#60)
  • Improvements to density and histogram gizmos (#62):
    • The default key now depends on the scale type: continuous scales invoke key_sequence() and binned scales invoke key_bins().
    • When using a binned key in gizmo_histogram(), the default hist(breaks) argument is populated with the key's breaks.
  • Fix capping issue with non-canonical rescalers in primitive_line() (#67)

- R
Published by teunbrand 12 months ago

legendry - legendry 0.2.0: Zapdos

This is a small feature release introducing dendrogram scales and a size guide.

  • Added support for dendrograms (#33):

    • New scale functions scale_x_dendro() and scale_y_dendro().
    • New full guide function: guide_axis_dendro().
    • New primitive guide function: primitive_segments()
    • New key functions: key_segment_manual(), key_segment_map() and key_dendro().
  • Added new standalone guide guide_circles() (#14).

    • New supporting theme element legendry.legend.key.margin.
  • Fixed bug where guide_axis_nested(key = key_range_auto(...)) produced duplicated labels (#31).

- R
Published by teunbrand about 1 year ago

legendry - legendry 0.1.0: Moltres

First release.

Thanks to the following people for catching and reporting early bugs and mistakes:

  • @davidhodge931 (#7, #8, #9, #12)
  • @luisDVA (#18)
  • @mthomas-ketchbrook (#21)

- R
Published by teunbrand over 1 year ago