What Is New in 4.10.0#

  • ggdeck()

    The new ggdeck() function overlays multiple independent plots in a shared plotting area. Typically, all plots share one axis — enabling dual-axis charts and multivariate comparisons.

  • Alpha Channel in Color Strings

    • Named colors accept an opacity suffix after a slash: "steelblue/0.35".

    • Hex colors accept an alpha channel: #RRGGBBAA or short form #RGBA.

    ../../_images/color_alpha_componnet.png

    See: example notebook.

  • Text Angle in Facet Strip Labels

    Facet strip labels can now be rotated via the angle parameter of element_text(), applied to strip_text, strip_text_x, or strip_text_y.

    Thanks to a contribution by tentrillion.

    ../../_images/facet_strip_text_angle.png

    See: example notebook.

  • And More

    See CHANGELOG.md for a full list of changes.

Changelog#

See CHANGELOG.md for other changes and fixes.