Lets-Plot Kotlin Mini Apps (Demos)

March 20, 2026 ยท View on GitHub

This repository contains examples of using the Lets-Plot Kotlin API in JVM and Kotlin/JS applications.

Note:

The Batik-based rendering is now obsolete and will be deprecated and then removed in the future.
We recommend using the default AWT-based rendering instead.

  • jvm-javafx-app:

    A JavaFX app which hosts a Swing plot panel inside a javafx.embed.swing.SwingNode.

  • js-frontend-app:

    A Kotlin/JS app.

  • jvm-plot-export:

    Runnable examples that show how to export plot to an SVG, HTML or PNG image using
    PlotSvgExport, PlotHtmlExport or PlotImageExport utilities.