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

OtherPlotFeature

class OtherPlotFeature : 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

toSpec

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