Awesome
Lets-Plot Kotlin Mini Apps (Demos)
This repository contains examples of using the Lets-Plot Kotlin API in JVM and Kotlin/JS applications.
-
jvm-swing-batik-app:
A JVM/Swing app which uses Apache Batik SVG Toolkit for plot rendering.
-
jvm-swing-javafx-app:
A JVM/Swing app which renders plot to JavaFX scene inside a
javafx.embed.swing.JFXPanel
. -
jvm-javafx-app:
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
. -
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
orPlotImageExport
utilities.