plot-api / jetbrains.letsPlot.intern

Package jetbrains.letsPlot.intern

Types

Feature

sealed class Feature

FeatureList

class FeatureList : Feature

GenericAesMapping

class GenericAesMapping : OptionsCapsule, WithGroupOption

GeomKind

enum class GeomKind

Layer

abstract class Layer : Feature

NotLayer

abstract class NotLayer : Feature

Options

class Options

OptionsMap

open class OptionsMap : Feature

Plot

class Plot : Figure

PosKind

enum class PosKind

SamplingKind

enum class SamplingKind

Scale

class Scale : Feature

SeriesStandardizing

object SeriesStandardizing

StatKind

enum class StatKind

Extensions for External Classes

kotlin.collections.Map

Functions

checkGreyScaleStartEnd

fun checkGreyScaleStartEnd(start: Number? = null, end: Number? = null): Unit

checkScaleExpand

fun checkScaleExpand(expand: List<Any>?): Unit

toSpec

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