plot-api / jetbrains.letsPlot.frontend / DefaultSwingBatikFrontendContext

DefaultSwingBatikFrontendContext

class DefaultSwingBatikFrontendContext : FrontendContext

Shows plot in Java Swing Window. Uses Batik mapping for SVG rendering.

Functions

display

fun display(plotSpecRaw: MutableMap<String, Any>): Unit

Companion Object Functions

tryCreate

fun tryCreate(): FrontendContext?