All Versions
34
Latest Version
Avg Release Cycle
35 days
Latest Release
546 days ago

Changelog History
Page 2

  • v1.3.0 Changes

    March 22, 2021

    โž• 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.

  • v1.2.0 Changes

    January 15, 2021

    โž• Added

    • ๐Ÿ— Correlation plot builder.

    Example: correlation_plot.ipynb

    • The gggrid() plot layout utility

    Example: correlation_plot.ipynb

    • In tooltip customization API:
      • options: center and middle (anchor).
      • option 'minWidth'.

    Example: tooltip_config.ipynb

    • The naText parameter in geom_text()

    ๐Ÿ”„ Changed

    • Built with Lets-Plot v1.5.6 (was v1.5.4).

    See Lets-Plot CHANGELOG.md for changes and fixes in 1.5.5, 1.5.6.

  • v1.1.0 Changes

    November 20, 2020

    [1.1.0] - 2020-11-20

    โž• Added

    • ๐Ÿ‘€ GeoTools support (see geotools.md).
    • ๐Ÿ‘€ API for tooltip customization (see tooltips.md).
    • geom_map().
    • labelFormat parameter in geom_text().
    • reverse parameter in scale_x/y_discrete().
    • scale_x_discrete_reversed(), scale_y_discrete_reversed()

    ๐Ÿ”„ Changed

    Built with Lets-Plot v1.5.4 (was v1.5.2).

    ๐Ÿ‘€ See Lets-Plot CHANGELOG.md for changes and fixes in 1.5.3, 1.5.4.

    ๐Ÿ›  Fixed

    • ggsave() ignores raster format file extension.
    • as_discrete(): if more than one is used in the same mapping block, then all but one of them are ignored.
  • v1.1.0.demos1

    November 23, 2020
  • v1.0.1-dev Changes

    October 07, 2020

    โž• Added

    • Parameters map, mapJoin in geom_polygon, geom_path, geom_point, geom_text
    • Converter from org.geotools.data.simple.SimpleFeatureCollection to jetbrains.letsPlot.spatial.SpatialDataset

    ๐Ÿ›  Fixed

    • ggsave() ignores raster format file extension.
    • as_discrete(): if more than one is used in the same mapping block then all but one of them are ignored.
  • v1.0.0 Changes

    August 13, 2020

    [1.0.0] - 2020-08-13

    โž• Added

    • ๐Ÿš€ The first public release.

    ๐Ÿ”„ Changed

    • Maven artifact group id has changed.
      • was before: org.jetbrains.lets-plot
      • since now : org.jetbrains.lets-plot-kotlin
  • v1.0.0.demos1

    August 11, 2020
  • v0.0.27-SNAPSHOT

    August 05, 2020
  • v0.0.27.demos2

    August 05, 2020
  • v0.0.27.demos1

    August 05, 2020