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.
-
jvm-swing-app:
A JVM/Swing app which renders plot directly to AWT Canvas.
-
jvm-swing-batik-app:
A JVM/Swing app which uses Apache Batik SVG Toolkit for plot rendering.
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,PlotHtmlExportorPlotImageExportutilities.