plot-api / jetbrains.letsPlot.intern / OptionsMap

OptionsMap

open class OptionsMap : Feature

Properties

kind

val kind: String

options

val options: Map<String, Any>

Extension Functions

toSpec

fun OptionsMap.toSpec(includeKind: Boolean = false): MutableMap<String, Any>

Inheritors

theme

Use theme() to modify individual components of a theme, allowing you to control the appearance of all non-data components of the plot.

class theme : OptionsMap