Releases: JetBrains/lets-plot
Releases · JetBrains/lets-plot
v2.1.0rc1
Updated version v2.1.0rc1
v2.0.5rc1
Updated version v2.0.5rc1
v2.0.4
v2.0.3
[2.0.3] - 2021-06-02
Added
- In tooltip customization API:
layer_tooltips(variables)- the new parametervariablesdefines 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
Updated version v2.0.3rc2
v2.0.3rc1
Updated version v2.0.3rc1
v2.0.2
[2.0.2] - 2021-04-13
Changed
- Due to shutting down of Bintray, JCenter:
- The Lets-Plot JS library is now delivered via CDNJS.
- JVM Maven artifacts are now published at Maven Central.
v2.0.2rc1
Updated version v2.0.2rc1
v2.0.1
[2.0.1] - 2021-03-17
Added
- The
alphaparameter 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-jfxmodules.
- See:
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
Updated version v2.0.1rc1