plot-api / jetbrains.letsPlot.intern / Plot

Plot

class Plot : Figure

Properties

data

val data: Map<*, *>?

features

val features: List<Feature>

mapping

val mapping: Options

widthScale

val widthScale: Int?

Functions

layers

fun layers(): List<Layer>

otherFeatures

fun otherFeatures(): List<OptionsMap>

plus

operator fun plus(other: Feature): Plot

scales

fun scales(): List<Scale>

show

fun show(): Unit

toString

fun toString(): String

Companion Object Functions

withFeature

fun withFeature(plot: Plot, feature: Feature): Plot

Extension Functions

toSpec

fun Plot.toSpec(): MutableMap<String, Any>