Lets-Plot for Kotlin 4.14.0 Help

What Is New in 4.14.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.

    changelog/4.14.0/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 elementText(), applied to stripText, stripTextX, or stripTextY.

    Thanks to a contribution by tentrillion.

    changelog/4.14.0/facet_strip_text_angle.png

    See: example notebook.

  • And More

    See CHANGELOG.md for a full list of changes.

  • Raincloud plot

  • Lets-Plot GeoTools with texts and labels

  • Bitcoin daily trend visualization

  • Creating magnifier inset effect with ggbunch()

  • Theme legend scheme

  • Zoom and Pan interactivity

  • The observable LP-verse

  • Sunshine hours

Changelog

See CHANGELOG.md for other changes and fixes.

27 May 2026