lets-plot-kotlin v1.3.0 Release Notes

Release Date: 2021-03-22 // about 3 years ago
  • โž• Added

    • facet_wrap() function.
    • in facet_grid() function:
      • Ascending/descending ordering of faceting values.
      • Formatting of faceting values.

    See: Facets demo

    • ๐Ÿ‘ The format parameter in positional scales: formatting tick labels on X/Y axis. Supported types are number and date/time.

    Example:

       scale_x_datetime(format="%b %Y")
       scale_x_continuous(format="is {.2f}")
    

    Demo: Formatting demo

    See also: Formatting

    • The guides() function [#52].

    • In tooltip customization API:

      • option color overrides the default tooltip color: geom_xxx(tooltips=layer_tooltips().color("red"))

    See: Tooltip Customization.

    ๐Ÿ”„ Changed

    • Built with Lets-Plot v2.0.1 (was v1.5.6).
    • โšก๏ธ All Java Swing demos were updated to use new plot components (new in Lets-Plot v2.0.1).
    • โšก๏ธ The "Minimal demo" was updated:

    ๐Ÿ›  Fixed

    • show() should actually show a plot [#51]
    • Facet grid truncated in jupyter [#28].

    ๐Ÿš€ The majority of fixes in the core Lets-Plot vv 2.0.0, 2.0.1 are also applicable to this release.

    ๐Ÿ‘€ See the Lets-Plot CHANGELOG.md.