lets-plot-kotlin v0.0.10-SNAPSHOT Release Notes

Release Date: 2020-03-26 // about 4 years ago
  • 🔄 Changed

    • ⬆️ Upgrade Lets-Plot Maven artifact dependency to v.1.3.1 (lets-plot-common.jar, lets-plot-jfx.jar)

    What's new is 1.3.1: - SVG export: function MonolithicAwt.buildSvgImagesFromRawSpecs was deprecated and replaced with
    PlotSvgExport.buildSvgImageFromRawSpecs. PlotSvgExport utility now generates single SVG image from GGBunch (before it was separate SVG per plot in the bunch). - HTML export: New PlotHtmlExport.buildHtmlFromRawSpecs utility exports plot as a dynamic HTML page optionally wrapped into iframe (see iFrame parameter).

    See updated demos in `exportSvgDemo` and `exportHtmlDemo` packages.  
    
    - `lets-plot-common` and `lets-plot-jfx` artifacts are included in [jcenter](https://bintray.com/bintray/jcenter) Maven repository.