plot-api / jetbrains.letsPlot.frontend / DefaultSwingJfxFrontendContext

DefaultSwingJfxFrontendContext

class DefaultSwingJfxFrontendContext : FrontendContext

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

Functions

display

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

Companion Object Functions

tryCreate

fun tryCreate(): FrontendContext?