This repository contains examples of using the Lets-Plot Kotlin API in JVM and Kotlin/JS applications.
-
A JVM/Swing app which uses Apache Batik SVG Toolkit for plot rendering.
-
A JVM/Swing app which renders plot to JavaFX scene inside a
javafx.embed.swing.JFXPanel
. -
A JavaFX app which renders plot to JavaFX scene inside a
javafx.embed.swing.JFXPanel
,
then embeds it into a JavaFX application using ajavafx.embed.swing.SwingNode
. -
A Kotlin/JS app.
-
Runnable examples that show how to export plot to an SVG, HTML or PNG image using
PlotSvgExport
,PlotHtmlExport
orPlotImageExport
utilities.