Skip to content

Releases: JetBrains/lets-plot

v2.1.0rc1

12 Aug 14:06

Choose a tag to compare

v2.1.0rc1 Pre-release
Pre-release
Updated version v2.1.0rc1

v2.0.5rc1

04 Aug 18:25

Choose a tag to compare

v2.0.5rc1 Pre-release
Pre-release
Updated version v2.0.5rc1

v2.0.4

09 Jun 19:56

Choose a tag to compare

[2.0.4] - 2021-06-09

Changed

  • Upgraded kotlinx.html version to 0.7.3 (was 0.7.2)

In JVM projects it's no longer necessary to add https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven repository
to the project configuration.

Fixed

  • Multilayer plots are corrupted [#385].

v2.0.3

02 Jun 19:48

Choose a tag to compare

[2.0.3] - 2021-06-02

Added

  • In tooltip customization API:
    • layer_tooltips(variables) - the new parameter variables defines a list of variable names, which values will be placed line by line in the general tooltip.
      See: Tooltip Customization.

Changed

  • CDN: Lets-Plot JavaScript library is now served via JSDELIVR (was CDNJS):

https://cdn.jsdelivr.net/gh/JetBrains/[email protected]/js-package/distr/lets-plot.min.js

Fixed

  • Removed the last dependency on bintray JCenter (commit).
  • geom_boxplot: should be possible to create boxplot without specifying x-series [#325]
  • geom_hline: graph plotted outside of coordinate plane visible part [#334]
  • Draw geometry only once if layer has no aes mapping specified [#73]
  • map: calif.housing [#140]
  • Can't build plot: "Uncaught SyntaxError: Unexpected string" in a console [#371]
  • All scales should have the 'format' parameter [#347].
  • Poor font rendering in Swing/Batik. Related to: [#364]
  • Exclude slf4j implementation from lets-plot-common [#374]

v2.0.3rc2

28 May 16:21

Choose a tag to compare

v2.0.3rc2 Pre-release
Pre-release
Updated version v2.0.3rc2

v2.0.3rc1

26 May 16:15

Choose a tag to compare

v2.0.3rc1 Pre-release
Pre-release
Updated version v2.0.3rc1

v2.0.2

14 Apr 06:30

Choose a tag to compare

[2.0.2] - 2021-04-13

Changed

v2.0.2rc1

12 Apr 09:12

Choose a tag to compare

v2.0.2rc1 Pre-release
Pre-release
Updated version v2.0.2rc1

v2.0.1

17 Mar 14:52

Choose a tag to compare

[2.0.1] - 2021-03-17

Added

  • The alpha parameter for lines [#139].
  • Tooltips for geom_segment() [#296].
  • The guides() function [#52].
  • New Java Swing plot components to enable embedding Lets-Plot charts into JVM applications.
    • See: vis-swing-common, vis-swing-batik, vis-swing-jfx modules.

Fixed

  • Fix auto-detection of PyCharm env to enable plotting in SciView while using remote interpreter [348]
  • Fix tooltips appearing outside the specified x/y limits.
  • Clippath in accordance to the given limits [#189].
  • Treat a data as DataFrame if both data and map are GeoDataFrames [#343].
  • Removed the restriction on tooltips for small polygons [#298].
  • The x/y axis labels are derived from x/y aesthetics only [#333].
  • Merge 'theme' settings [#147].
  • Add axis tooltips for geom_bin2d.
  • Outlier tooltips for geom_ribbon().
  • Fix tooltip crosshair [#309].

v2.0.1rc1

12 Mar 19:04

Choose a tag to compare

v2.0.1rc1 Pre-release
Pre-release
Updated version v2.0.1rc1