plot-api
Module Contents
alltypes
Module Contents
interface ABLineAesthetics : OptionsCapsule
class ABLineMapping : ABLineAesthetics, WithGroupOption
interface AreaAesthetics : OptionsCapsule
class AreaMapping : AreaAesthetics, WithGroupOption
interface BarAesthetics : OptionsCapsule
class BarMapping : BarAesthetics, CountStatAesthetics, WithGroupOption
class Bin2dMapping : TileAesthetics, Bin2dStatAesthetics, WithGroupOption
Module Contents
Bin2dMapping(x: Any? = null, y: Any? = null, width: Any? = null, height: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Any? = null, weight: Any? = null, group: Any? = null)
var alpha: Any?
var color: Any?
var fill: Any?
var group: Any?
var height: Any?
var linetype: Any?
fun seal(): Options
var size: Any?
var weight: Any?
var width: Any?
var x: Any?
var y: Any?
interface Bin2dStatAesthetics : OptionsCapsule
class Bin2dStatMapping : Bin2dStatAesthetics
interface Bin2dStatParameters : OptionsCapsule
interface BinStatAesthetics : OptionsCapsule
class BinStatMapping : BinStatAesthetics
interface BinStatParameters : OptionsCapsule
interface BoxplotAesthetics : OptionsCapsule
class BoxplotMapping : BoxplotAesthetics, BoxplotStatAesthetics, WithGroupOption
Module Contents
BoxplotMapping(x: Any? = null, y: Any? = null, lower: Any? = null, middle: Any? = null, upper: Any? = null, ymin: Any? = null, ymax: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, size: Any? = null, linetype: Any? = null, shape: Any? = null, width: Any? = null, group: Any? = null, weight: Any? = null)
var alpha: Any?
var color: Any?
var fill: Any?
var group: Any?
var linetype: Any?
var lower: Any?
var middle: Any?
fun seal(): Options
var shape: Any?
var size: Any?
var upper: Any?
var weight: Any?
var width: Any?
var x: Any?
var y: Any?
var ymax: Any?
var ymin: Any?
interface BoxplotParameters : OptionsCapsule
interface BoxplotStatAesthetics : OptionsCapsule
class BoxplotStatMapping : BoxplotStatAesthetics
interface BoxplotStatParameters : OptionsCapsule
class ContourfMapping : PolygonAesthetics, ContourStatAesthetics, WithGroupOption
class ContourMapping : PathAesthetics, ContourStatAesthetics, WithGroupOption
interface ContourStatAesthetics : OptionsCapsule
class ContourStatMapping : ContourStatAesthetics
interface ContourStatParameters : OptionsCapsule
class CorrPlot
Module Contents
CorrPlot(data: Map<*, *>, title: String? = null, showLegend: Boolean = true, flip: Boolean = true, threshold: Double = DEF_THRESHOLD, adjustSize: Double = 1.0)
fun build(): Plot
fun labels(type: String? = null, diag: Boolean? = null, mapSize: Boolean? = null, color: String? = null): CorrPlot
fun paletteBrBG(): CorrPlot
fun paletteGradient(low: String, mid: String, high: String): CorrPlot
fun palettePiYG(): CorrPlot
fun palettePRGn(): CorrPlot
fun palettePuOr(): CorrPlot
fun paletteRdBu(): CorrPlot
fun paletteRdGy(): CorrPlot
fun paletteRdYlBu(): CorrPlot
fun paletteRdYlGn(): CorrPlot
fun paletteSpectral(): CorrPlot
fun points(type: String? = null, diag: Boolean? = null): CorrPlot
fun tiles(type: String? = null, diag: Boolean? = null): CorrPlot
interface CountStatAesthetics : OptionsCapsule
class CountStatMapping : CountStatAesthetics
interface CrossBarAesthetics : OptionsCapsule
class CrossBarMapping : CrossBarAesthetics, WithGroupOption
Module Contents
CrossBarMapping(x: Any? = null, ymin: Any? = null, ymax: Any? = null, middle: Any? = null, width: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Any? = null, group: Any? = null)
var alpha: Any?
var color: Any?
var fill: Any?
var group: Any?
var linetype: Any?
var middle: Any?
fun seal(): Options
var shape: Any?
var size: Any?
var width: Any?
var x: Any?
var ymax: Any?
var ymin: Any?
class DefaultSwingBatikFrontendContext : FrontendContext
class DefaultSwingJfxFrontendContext : FrontendContext
class Density2dfMapping : PolygonAesthetics, Density2dStatAesthetics, WithGroupOption
class Density2dMapping : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, WithGroupOption
Module Contents
Density2dMapping(x: Any? = null, y: Any? = null, z: Any? = null, alpha: Any? = null, color: Any? = null, linetype: Any? = null, size: Any? = null, speed: Any? = null, flow: Any? = null, weight: Any? = null, group: Any? = null)
var alpha: Any?
var color: Any?
var flow: Any?
var group: Any?
var linetype: Any?
fun seal(): Options
var size: Any?
var speed: Any?
var weight: Any?
var x: Any?
var y: Any?
var z: Any?
interface Density2dStatAesthetics : OptionsCapsule
class Density2dStatMapping : Density2dStatAesthetics
interface Density2dStatParameters : OptionsCapsule
class DensityMapping : AreaAesthetics, DensityStatAesthetics, WithGroupOption
interface DensityStatAesthetics : OptionsCapsule
class DensityStatMapping : DensityStatAesthetics
interface DensityStatParameters : OptionsCapsule
interface ErrorBarAesthetics : OptionsCapsule
class ErrorBarMapping : ErrorBarAesthetics, WithGroupOption
sealed class Feature
class FeatureList : Feature
interface Figure
interface FrontendContext
class GenericAesMapping : OptionsCapsule, WithGroupOption
object Geom
Module Contents
class abline : ABLineAesthetics, GeomOptions
class area : AreaAesthetics, GeomOptions
class bar : BarAesthetics, GeomOptions
val blank: GeomOptions
class boxplot : BoxplotAesthetics, BoxplotParameters, GeomOptions
Module Contents
boxplot(x: Double? = null, y: Double? = null, lower: Double? = null, middle: Double? = null, upper: Double? = null, ymin: Double? = null, ymax: Double? = null, outlierColor: Any? = null, outlierFill: Any? = null, outlierShape: Any? = null, outlierSize: Number? = null, fatten: Number? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, linetype: Any? = null, shape: Any? = null, width: Double? = null, mapping: BoxplotMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fatten: Number?
val fill: Any?
val linetype: Any?
val lower: Double?
val middle: Double?
val outlierColor: Any?
val outlierFill: Any?
val outlierShape: Any?
val outlierSize: Number?
val parameters: Options
fun seal(): Options
val shape: Any?
val size: Number?
val upper: Double?
val width: Double?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class crossbar : CrossBarAesthetics, GeomOptions
Module Contents
crossbar(x: Double? = null, ymin: Double? = null, ymax: Double? = null, middle: Double? = null, width: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Number? = null, mapping: CrossBarMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val middle: Double?
val parameters: Options
val shape: Any?
val size: Number?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class errorbar : ErrorBarAesthetics, GeomOptions
class histogram : HistogramAesthetics, GeomOptions
class hline : HLineAesthetics, GeomOptions
class image : ImageAesthetics, GeomOptions
class line : LineAesthetics, GeomOptions
class linerange : LineRangeAesthetics, GeomOptions
class map : PolygonAesthetics, GeomOptions
class path : PathAesthetics, GeomOptions
class point : PointAesthetics, WithSizeUnitOption, GeomOptions
class pointrange : PointRangeAesthetics, GeomOptions
Module Contents
pointrange(x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Number? = null, mapping: PointRangeMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val parameters: Options
val shape: Any?
val size: Number?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class polygon : PolygonAesthetics, GeomOptions
class raster : RasterAesthetics, GeomOptions
class rect : RectAesthetics, GeomOptions
class ribbon : RibbonAesthetics, GeomOptions
class segment : SegmentAesthetics, GeomOptions
Module Contents
segment(x: Double? = null, y: Double? = null, xend: Double? = null, yend: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, mapping: SegmentMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val flow: Double?
val linetype: Any?
val parameters: Options
val size: Number?
val speed: Double?
val x: Double?
val xend: Double?
val y: Double?
val yend: Double?
class step : LineAesthetics, GeomOptions
class text : TextAesthetics, TextParameters, WithSizeUnitOption, GeomOptions
Module Contents
text(x: Double? = null, y: Double? = null, label: String? = null, alpha: Number? = null, color: Any? = null, size: Number? = null, family: String? = null, fontface: String? = null, hjust: Any? = null, vjust: Any? = null, angle: Double? = null, labelFormat: String? = null, naText: String? = null, sizeUnit: String? = null, mapping: TextMapping.() -> Unit = {})
val alpha: Number?
val angle: Double?
val color: Any?
val family: String?
val fontface: String?
val hjust: Any?
val label: String?
val labelFormat: String?
val naText: String?
val parameters: Options
fun seal(): Options
val size: Number?
val sizeUnit: String?
val vjust: Any?
val x: Double?
val y: Double?
class tile : TileAesthetics, GeomOptions
class vline : VLineAesthetics, GeomOptions
class geom_abline : ABLineAesthetics, LayerBase
Module Contents
geom_abline(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, slope: Double? = null, intercept: Number? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: ABLineMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val intercept: Number?
val linetype: Any?
val size: Number?
val slope: Double?
class geom_area : AreaAesthetics, LayerBase
Module Contents
geom_area(data: Map<*, *>? = null, stat: StatOptions = identity, position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, mapping: AreaMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Number?
val x: Double?
val y: Double?
class geom_bar : BarAesthetics, CountStatAesthetics, LayerBase
Module Contents
geom_bar(data: Map<*, *>? = null, stat: StatOptions = Stat.count(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, width: Double? = null, size: Number? = null, weight: Double? = null, mapping: BarMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Number?
val weight: Double?
val width: Double?
val x: Double?
val y: Double?
class geom_bin2d : TileAesthetics, Bin2dStatAesthetics, Bin2dStatParameters, LayerBase
Module Contents
geom_bin2d(data: Map<*, *>? = null, stat: StatOptions = Stat.bin2d(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, width: Double? = null, height: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Any? = null, bins: Pair<Int, Int>? = null, binWidth: Pair<Number?, Number?>? = null, drop: Boolean? = null, mapping: Bin2dMapping.() -> Unit = {})
val alpha: Number?
val bins: Pair<Int, Int>?
val binWidth: Pair<Number?, Number?>?
val color: Any?
val drop: Boolean?
val fill: Any?
val height: Double?
val linetype: Any?
fun seal(): Options
val size: Number?
val weight: Any?
val width: Double?
val x: Double?
val y: Double?
class geom_boxplot : BoxplotAesthetics, BoxplotParameters, BoxplotStatAesthetics, BoxplotStatParameters, LayerBase
Module Contents
geom_boxplot(data: Map<*, *>? = null, stat: StatOptions = Stat.boxplot(), position: PosOptions = Pos.dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, lower: Double? = null, middle: Double? = null, upper: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, linetype: Any? = null, shape: Any? = null, width: Any? = null, weight: Any? = null, outlierColor: Any? = null, outlierFill: Any? = null, outlierShape: Any? = null, outlierSize: Number? = null, fatten: Number? = null, varWidth: Boolean? = null, coef: Number? = null, mapping: BoxplotMapping.() -> Unit = {})
val alpha: Number?
val coef: Number?
val color: Any?
val fatten: Number?
val fill: Any?
val linetype: Any?
val lower: Double?
val middle: Double?
val outlierColor: Any?
val outlierFill: Any?
val outlierShape: Any?
val outlierSize: Number?
fun seal(): Options
val shape: Any?
val size: Number?
val upper: Double?
val varWidth: Boolean?
val weight: Any?
val width: Any?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class geom_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
Module Contents
geom_contour(data: Map<*, *>? = null, stat: StatOptions = Stat.contour(), position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, bins: Int? = null, binWidth: Number? = null, mapping: ContourMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val color: Any?
val flow: Double?
val linetype: Any?
fun seal(): Options
val size: Number?
val speed: Double?
val x: Double?
val y: Double?
val z: Double?
class geom_contourf : PolygonAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
Module Contents
geom_contourf(data: Map<*, *>? = null, stat: StatOptions = Stat.contourf(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, bins: Int? = null, binWidth: Number? = null, mapping: ContourfMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val color: Any?
val fill: Any?
val linetype: Any?
fun seal(): Options
val size: Number?
val x: Double?
val y: Double?
val z: Double?
class geom_crossbar : CrossBarAesthetics, LayerBase
Module Contents
geom_crossbar(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, fatten: Double? = null, x: Double? = null, ymin: Double? = null, ymax: Double? = null, middle: Double? = null, width: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Number? = null, mapping: CrossBarMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
val middle: Double?
fun seal(): Options
val shape: Any?
val size: Number?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_density : AreaAesthetics, DensityStatAesthetics, DensityStatParameters, LayerBase
Module Contents
geom_density(data: Map<*, *>? = null, stat: StatOptions = Stat.density(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Any? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, trim: Boolean? = null, adjust: Number? = null, mapping: DensityMapping.() -> Unit = {})
val adjust: Number?
val alpha: Number?
val bw: Any?
val color: Any?
val fill: Any?
val kernel: String?
val linetype: Any?
val n: Int?
fun seal(): Options
val size: Number?
val trim: Boolean?
val weight: Any?
val x: Double?
val y: Double?
class geom_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
Module Contents
geom_density2d(data: Map<*, *>? = null, stat: StatOptions = Stat.density2d(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, adjust: Number? = null, contour: Boolean? = null, bins: Int? = null, binWidth: Number? = null, mapping: Density2dMapping.() -> Unit = {})
val adjust: Number?
val alpha: Number?
val bins: Int?
val binWidth: Number?
val bw: Any?
val color: Any?
val contour: Boolean?
val flow: Double?
val kernel: String?
val linetype: Any?
val n: Int?
fun seal(): Options
val size: Number?
val speed: Double?
val weight: Double?
val x: Double?
val y: Double?
val z: Double?
class geom_density2df : PolygonAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
Module Contents
geom_density2df(data: Map<*, *>? = null, stat: StatOptions = Stat.density2df(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, adjust: Number? = null, contour: Boolean? = null, bins: Int? = null, binWidth: Number? = null, mapping: Density2dfMapping.() -> Unit = {})
val adjust: Number?
val alpha: Number?
val bins: Int?
val binWidth: Number?
val bw: Any?
val color: Any?
val contour: Boolean?
val fill: Any?
val kernel: String?
val linetype: Any?
val n: Int?
fun seal(): Options
val size: Number?
val weight: Double?
val x: Double?
val y: Double?
class geom_errorbar : ErrorBarAesthetics, LayerBase
Module Contents
geom_errorbar(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, ymin: Double? = null, ymax: Double? = null, width: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: ErrorBarMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
val size: Number?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_freqpoly : LineAesthetics, BinStatParameters, LayerBase
Module Contents
geom_freqpoly(data: Map<*, *>? = null, stat: StatOptions = Stat.bin(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, bins: Int? = null, binWidth: Number? = null, center: Number? = null, boundary: Number? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val boundary: Number?
val center: Number?
val color: Any?
val linetype: Any?
fun seal(): Options
val size: Number?
val x: Double?
val y: Double?
class geom_histogram : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase
Module Contents
geom_histogram(data: Map<*, *>? = null, stat: StatOptions = Stat.bin(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, weight: Any? = null, bins: Int? = null, binWidth: Number? = null, center: Number? = null, boundary: Number? = null, mapping: HistogramMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val boundary: Number?
val center: Number?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Number?
val weight: Any?
val x: Double?
val y: Double?
class geom_hline : HLineAesthetics, LayerBase
Module Contents
geom_hline(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, yintercept: Number? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: HLineMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
val size: Number?
val yintercept: Number?
class geom_image : ImageAesthetics, LayerBase
Module Contents
geom_image(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, href: String? = null, xmin: Any? = null, xmax: Any? = null, ymin: Any? = null, ymax: Any? = null, mapping: ImageMapping.() -> Unit = {})
val href: String?
fun seal(): Options
val xmax: Any?
val xmin: Any?
val ymax: Any?
val ymin: Any?
class geom_jitter : PointAesthetics, JitterParameters, LayerBase
Module Contents
geom_jitter(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.jitter, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Number? = null, stroke: Number? = null, width: Number? = null, height: Number? = null, mapping: PointMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val height: Number?
fun seal(): Options
val shape: Any?
val size: Number?
val stroke: Number?
val width: Number?
val x: Double?
val y: Double?
class geom_line : LineAesthetics, LayerBase
Module Contents
geom_line(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
val size: Number?
val x: Double?
val y: Double?
class geom_linerange : LineRangeAesthetics, LayerBase
Module Contents
geom_linerange(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: LineRangeMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
val size: Number?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_map : PolygonAesthetics, WithSpatialParameters, LayerBase
Module Contents
geom_map(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, x: Double? = null, y: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, mapping: PolygonMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
val size: Number?
val x: Double?
val y: Double?
class geom_path : PathAesthetics, WithSpatialParameters, LayerBase
Module Contents
geom_path(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, mapping: PathMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val flow: Double?
val linetype: Any?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
val size: Number?
val speed: Double?
val x: Double?
val y: Double?
class geom_point : PointAesthetics, WithSizeUnitOption, WithSpatialParameters, LayerBase
Module Contents
geom_point(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Number? = null, stroke: Number? = null, sizeUnit: String? = null, mapping: PointMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
fun seal(): Options
val shape: Any?
val size: Number?
val sizeUnit: String?
val stroke: Number?
val x: Double?
val y: Double?
class geom_pointrange : PointRangeAesthetics, LayerBase
Module Contents
geom_pointrange(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, fatten: Double? = null, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Number? = null, mapping: PointRangeMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
fun seal(): Options
val shape: Any?
val size: Number?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class geom_polygon : PolygonAesthetics, WithSpatialParameters, LayerBase
Module Contents
geom_polygon(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, x: Double? = null, y: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, mapping: PolygonMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
val size: Number?
val x: Double?
val y: Double?
class geom_raster : RasterAesthetics, LayerBase
Module Contents
geom_raster(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, fill: Any? = null, mapping: RasterMapping.() -> Unit = {})
val alpha: Number?
val fill: Any?
val x: Double?
val y: Double?
class geom_rect : RectAesthetics, WithSpatialParameters, LayerBase
Module Contents
geom_rect(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, xmin: Double? = null, xmax: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, fill: Any? = null, mapping: RectMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
val size: Number?
val xmax: Double?
val xmin: Double?
val ymax: Double?
val ymin: Double?
class geom_ribbon : RibbonAesthetics, LayerBase
Module Contents
geom_ribbon(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, ymin: Double? = null, ymax: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, mapping: RibbonMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Number?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_segment : SegmentAesthetics, LayerBase
Module Contents
geom_segment(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, xend: Double? = null, yend: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, mapping: SegmentMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val flow: Double?
val linetype: Any?
val size: Number?
val speed: Double?
val x: Double?
val xend: Double?
val y: Double?
val yend: Double?
class geom_smooth : SmoothAesthetics, SmoothStatParameters, LayerBase
Module Contents
geom_smooth(data: Map<*, *>? = null, stat: StatOptions = Stat.smooth(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, method: String? = null, n: Int? = null, level: Number? = null, se: Boolean? = null, span: Number? = null, deg: Int? = null, seed: Long? = null, maxN: Int? = null, mapping: SmoothMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val deg: Int?
val fill: Any?
val level: Number?
val linetype: Any?
val maxN: Int?
val method: String?
val n: Int?
val se: Boolean?
fun seal(): Options
val seed: Long?
val size: Number?
val span: Number?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class geom_step : LineAesthetics, LayerBase
Module Contents
geom_step(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, direction: String? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
fun seal(): Options
val size: Number?
val x: Double?
val y: Double?
class geom_text : TextAesthetics, TextParameters, WithSizeUnitOption, WithSpatialParameters, LayerBase
Module Contents
geom_text(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, x: Number? = null, y: Number? = null, label: String? = null, alpha: Number? = null, color: Any? = null, size: Number? = null, family: String? = null, fontface: String? = null, hjust: Any? = null, vjust: Any? = null, angle: Number? = null, labelFormat: String? = null, naText: String? = null, sizeUnit: String? = null, mapping: TextMapping.() -> Unit = {})
val alpha: Number?
val angle: Number?
val color: Any?
val family: String?
val fontface: String?
val hjust: Any?
val label: String?
val labelFormat: String?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
val naText: String?
fun seal(): Options
val size: Number?
val sizeUnit: String?
val vjust: Any?
val x: Number?
val y: Number?
class geom_tile : TileAesthetics, LayerBase
Module Contents
geom_tile(data: Map<*, *>? = null, stat: StatOptions = identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, width: Double? = null, height: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, mapping: TileMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val height: Double?
val linetype: Any?
val size: Number?
val width: Double?
val x: Double?
val y: Double?
class geom_vline : VLineAesthetics, LayerBase
Module Contents
geom_vline(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, xintercept: Number? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: VLineMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
val size: Number?
val xintercept: Number?
enum class GeometryFormat
enum class GeomKind
open class GeomOptions
class GGBunch : Figure
interface HistogramAesthetics : OptionsCapsule
class HistogramMapping : HistogramAesthetics, BinStatAesthetics, WithGroupOption
interface HLineAesthetics : OptionsCapsule
class HLineMapping : HLineAesthetics, WithGroupOption
interface ImageAesthetics : OptionsCapsule
class ImageMapping : ImageAesthetics, WithGroupOption
interface JitterParameters : OptionsCapsule
kotlin.collections.Map
abstract class Layer : Feature
abstract class LayerBase : Layer, OptionsCapsule
object LetsPlot
interface LineAesthetics : OptionsCapsule
class LineMapping : LineAesthetics, WithGroupOption
interface LineRangeAesthetics : OptionsCapsule
class LineRangeMapping : LineRangeAesthetics, WithGroupOption
class MappingMeta
class NotebookFrontendContext : FrontendContext
abstract class NotLayer : Feature
class Options
interface OptionsCapsule
open class OptionsMap : Feature
interface PathAesthetics : OptionsCapsule
class PathMapping : PathAesthetics, WithGroupOption
class Plot : Figure
object PlotSpecUtil
interface PointAesthetics : OptionsCapsule
class PointMapping : PointAesthetics, WithGroupOption
interface PointRangeAesthetics : OptionsCapsule
class PointRangeMapping : PointRangeAesthetics, WithGroupOption
Module Contents
PointRangeMapping(x: Any? = null, y: Any? = null, ymin: Any? = null, ymax: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Any? = null, group: Any? = null)
var alpha: Any?
var color: Any?
var fill: Any?
var group: Any?
var linetype: Any?
fun seal(): Options
var shape: Any?
var size: Any?
var x: Any?
var y: Any?
var ymax: Any?
var ymin: Any?
interface PolygonAesthetics : OptionsCapsule
class PolygonMapping : PolygonAesthetics, WithGroupOption
object Pos
enum class PosKind
class PosOptions
interface RasterAesthetics : OptionsCapsule
class RasterMapping : RasterAesthetics, WithGroupOption
interface RectAesthetics : OptionsCapsule
class RectMapping : RectAesthetics, WithGroupOption
interface RibbonAesthetics : OptionsCapsule
class RibbonMapping : RibbonAesthetics, WithGroupOption
enum class SamplingKind
class SamplingOptions
class Scale : Feature
Module Contents
Scale(aesthetic: Aes<*>, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: Any? = null, expand: Any? = null, naValue: Any? = null, format: String? = null, guide: Any? = null, trans: String? = null, otherOptions: Options = Options.empty())
val aesthetic: Aes<*>
val breaks: List<Any>?
val expand: Any?
val format: String?
val guide: Any?
val labels: List<String>?
val limits: Any?
val name: String?
val naValue: Any?
val otherOptions: Options
val trans: String?
interface SegmentAesthetics : OptionsCapsule
class SegmentMapping : SegmentAesthetics, WithGroupOption
Module Contents
SegmentMapping(x: Any? = null, y: Any? = null, xend: Any? = null, yend: Any? = null, alpha: Any? = null, color: Any? = null, linetype: Any? = null, size: Any? = null, speed: Any? = null, flow: Any? = null, group: Any? = null)
var alpha: Any?
var color: Any?
var flow: Any?
var group: Any?
var linetype: Any?
fun seal(): Options
var size: Any?
var speed: Any?
var x: Any?
var xend: Any?
var y: Any?
var yend: Any?
object SeriesStandardizing
interface SmoothAesthetics : OptionsCapsule
class SmoothMapping : SmoothAesthetics, WithGroupOption
interface SmoothStatAesthetics : OptionsCapsule
class SmoothStatMapping : SmoothStatAesthetics
interface SmoothStatParameters : OptionsCapsule
class SpatialDataset : Map<String, List<Any?>>
object Stat
class stat_bin : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase
Module Contents
stat_bin(data: Map<*, *>? = null, geom: GeomOptions = Geom.histogram(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, weight: Any? = null, bins: Int? = null, binWidth: Number? = null, center: Number? = null, boundary: Number? = null, mapping: HistogramMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val boundary: Number?
val center: Number?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Number?
val weight: Any?
val x: Double?
val y: Double?
class stat_bin2d : TileAesthetics, Bin2dStatAesthetics, Bin2dStatParameters, LayerBase
Module Contents
stat_bin2d(data: Map<*, *>? = null, geom: GeomOptions = Geom.tile(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, width: Double? = null, height: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Any? = null, bins: Pair<Int, Int>? = null, binWidth: Pair<Number?, Number?>? = null, drop: Boolean? = null, mapping: Bin2dMapping.() -> Unit = {})
val alpha: Number?
val bins: Pair<Int, Int>?
val binWidth: Pair<Number?, Number?>?
val color: Any?
val drop: Boolean?
val fill: Any?
val height: Double?
val linetype: Any?
fun seal(): Options
val size: Number?
val weight: Any?
val width: Double?
val x: Double?
val y: Double?
class stat_boxplot : BoxplotAesthetics, BoxplotParameters, BoxplotStatAesthetics, BoxplotStatParameters, LayerBase
Module Contents
stat_boxplot(data: Map<*, *>? = null, geom: GeomOptions = Geom.boxplot(), position: PosOptions = dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, lower: Double? = null, middle: Double? = null, upper: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, linetype: Any? = null, shape: Any? = null, width: Any? = null, weight: Any? = null, outlierColor: Any? = null, outlierFill: Any? = null, outlierShape: Any? = null, outlierSize: Number? = null, fatten: Number? = null, varWidth: Boolean? = null, coef: Number? = null, mapping: BoxplotMapping.() -> Unit = {})
val alpha: Number?
val coef: Number?
val color: Any?
val fatten: Number?
val fill: Any?
val linetype: Any?
val lower: Double?
val middle: Double?
val outlierColor: Any?
val outlierFill: Any?
val outlierShape: Any?
val outlierSize: Number?
fun seal(): Options
val shape: Any?
val size: Number?
val upper: Double?
val varWidth: Boolean?
val weight: Any?
val width: Any?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class stat_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
Module Contents
stat_contour(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.CONTOUR), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, bins: Int? = null, binWidth: Number? = null, mapping: ContourMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val color: Any?
val flow: Double?
val linetype: Any?
fun seal(): Options
val size: Number?
val speed: Double?
val x: Double?
val y: Double?
val z: Double?
class stat_count : CountStatAesthetics, BarAesthetics, LayerBase
Module Contents
stat_count(data: Map<*, *>? = null, geom: GeomOptions = Geom.bar(), position: PosOptions = stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, width: Double? = null, size: Number? = null, weight: Double? = null, mapping: BarMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Number?
val weight: Double?
val width: Double?
val x: Double?
val y: Double?
class stat_density : AreaAesthetics, DensityStatAesthetics, DensityStatParameters, LayerBase
Module Contents
stat_density(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.DENSITY), position: PosOptions = stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, trim: Boolean? = null, adjust: Number? = null, mapping: DensityMapping.() -> Unit = {})
val adjust: Number?
val alpha: Number?
val bw: Any?
val color: Any?
val fill: Any?
val kernel: String?
val linetype: Any?
val n: Int?
fun seal(): Options
val size: Number?
val trim: Boolean?
val weight: Double?
val x: Double?
val y: Double?
class stat_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
Module Contents
stat_density2d(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.DENSITY2D), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, adjust: Number? = null, contour: Boolean? = null, bins: Int? = null, binWidth: Number? = null, mapping: Density2dMapping.() -> Unit = {})
val adjust: Number?
val alpha: Number?
val bins: Int?
val binWidth: Number?
val bw: Any?
val color: Any?
val contour: Boolean?
val flow: Double?
val kernel: String?
val linetype: Any?
val n: Int?
fun seal(): Options
val size: Number?
val speed: Double?
val weight: Double?
val x: Double?
val y: Double?
val z: Double?
class stat_smooth : SmoothAesthetics, SmoothStatParameters, LayerBase
Module Contents
stat_smooth(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.SMOOTH), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, method: String? = null, n: Int? = null, level: Number? = null, se: Boolean? = null, span: Number? = null, deg: Int? = null, seed: Long? = null, maxN: Int? = null, mapping: SmoothMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val deg: Int?
val fill: Any?
val level: Number?
val linetype: Any?
val maxN: Int?
val method: String?
val n: Int?
val se: Boolean?
fun seal(): Options
val seed: Long?
val size: Number?
val span: Number?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
enum class StatKind
open class StatOptions
interface TextAesthetics : OptionsCapsule
class TextMapping : TextAesthetics, WithGroupOption
Module Contents
TextMapping(x: Any? = null, y: Any? = null, label: Any? = null, alpha: Any? = null, color: Any? = null, size: Any? = null, family: Any? = null, fontface: Any? = null, hjust: Any? = null, vjust: Any? = null, angle: Any? = null, group: Any? = null)
var alpha: Any?
var angle: Any?
var color: Any?
var family: Any?
var fontface: Any?
var group: Any?
var hjust: Any?
var label: Any?
fun seal(): Options
var size: Any?
var vjust: Any?
var x: Any?
var y: Any?
interface TextParameters : OptionsCapsule
class theme : OptionsMap
interface TileAesthetics : OptionsCapsule
class TileMapping : TileAesthetics, WithGroupOption
class TooltipOptions
interface VLineAesthetics : OptionsCapsule
class VLineMapping : VLineAesthetics, WithGroupOption
interface WithGroupOption
interface WithSizeUnitOption : OptionsCapsule
interface WithSpatialParameters
package jetbrains.letsPlot
Module Contents
fun as_discrete(variable: String, label: String? = null): MappingMeta
fun coord_cartesian(xlim: Pair<Number?, Number?>? = null, ylim: Pair<Number?, Number?>? = null): OptionsMap
fun coord_fixed(ratio: Double? = null, xlim: Pair<Number?, Number?>? = null, ylim: Pair<Number?, Number?>? = null): OptionsMap
fun coord_map(xlim: Pair<Number?, Number?>? = null, ylim: Pair<Number?, Number?>? = null): OptionsMap
const val ENV_HTML_ISOLATED_FRAME: String
interface Figure
interface FrontendContext
object Geom
Module Contents
class abline : ABLineAesthetics, GeomOptions
class area : AreaAesthetics, GeomOptions
class bar : BarAesthetics, GeomOptions
val blank: GeomOptions
class boxplot : BoxplotAesthetics, BoxplotParameters, GeomOptions
Module Contents
boxplot(x: Double? = null, y: Double? = null, lower: Double? = null, middle: Double? = null, upper: Double? = null, ymin: Double? = null, ymax: Double? = null, outlierColor: Any? = null, outlierFill: Any? = null, outlierShape: Any? = null, outlierSize: Number? = null, fatten: Number? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, linetype: Any? = null, shape: Any? = null, width: Double? = null, mapping: BoxplotMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fatten: Number?
val fill: Any?
val linetype: Any?
val lower: Double?
val middle: Double?
val outlierColor: Any?
val outlierFill: Any?
val outlierShape: Any?
val outlierSize: Number?
val parameters: Options
fun seal(): Options
val shape: Any?
val size: Number?
val upper: Double?
val width: Double?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class crossbar : CrossBarAesthetics, GeomOptions
Module Contents
crossbar(x: Double? = null, ymin: Double? = null, ymax: Double? = null, middle: Double? = null, width: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Number? = null, mapping: CrossBarMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val middle: Double?
val parameters: Options
val shape: Any?
val size: Number?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class errorbar : ErrorBarAesthetics, GeomOptions
class histogram : HistogramAesthetics, GeomOptions
class hline : HLineAesthetics, GeomOptions
class image : ImageAesthetics, GeomOptions
class line : LineAesthetics, GeomOptions
class linerange : LineRangeAesthetics, GeomOptions
class map : PolygonAesthetics, GeomOptions
class path : PathAesthetics, GeomOptions
class point : PointAesthetics, WithSizeUnitOption, GeomOptions
class pointrange : PointRangeAesthetics, GeomOptions
Module Contents
pointrange(x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Number? = null, mapping: PointRangeMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val parameters: Options
val shape: Any?
val size: Number?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class polygon : PolygonAesthetics, GeomOptions
class raster : RasterAesthetics, GeomOptions
class rect : RectAesthetics, GeomOptions
class ribbon : RibbonAesthetics, GeomOptions
class segment : SegmentAesthetics, GeomOptions
Module Contents
segment(x: Double? = null, y: Double? = null, xend: Double? = null, yend: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, mapping: SegmentMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val flow: Double?
val linetype: Any?
val parameters: Options
val size: Number?
val speed: Double?
val x: Double?
val xend: Double?
val y: Double?
val yend: Double?
class step : LineAesthetics, GeomOptions
class text : TextAesthetics, TextParameters, WithSizeUnitOption, GeomOptions
Module Contents
text(x: Double? = null, y: Double? = null, label: String? = null, alpha: Number? = null, color: Any? = null, size: Number? = null, family: String? = null, fontface: String? = null, hjust: Any? = null, vjust: Any? = null, angle: Double? = null, labelFormat: String? = null, naText: String? = null, sizeUnit: String? = null, mapping: TextMapping.() -> Unit = {})
val alpha: Number?
val angle: Double?
val color: Any?
val family: String?
val fontface: String?
val hjust: Any?
val label: String?
val labelFormat: String?
val naText: String?
val parameters: Options
fun seal(): Options
val size: Number?
val sizeUnit: String?
val vjust: Any?
val x: Double?
val y: Double?
class tile : TileAesthetics, GeomOptions
class vline : VLineAesthetics, GeomOptions
class GGBunch : Figure
fun gggrid(plots: Iterable<Plot>, ncol: Int, cellWidth: Int, cellHeight: Int, hGap: Int = 0, vGap: Int = 50, fit: Boolean = false): GGBunch
fun ggplot(data: Map<*, *>? = null, mapping: GenericAesMapping.() -> Unit = {}): Plot
fun ggsize(width: Int, height: Int): OptionsMap
fun lets_plot(data: Map<*, *>? = null, mapping: GenericAesMapping.() -> Unit = {}): Plot
object LetsPlot
class MappingMeta
object Pos
fun position_dodge(width: Number? = null): PosOptions
fun position_jitter(width: Number? = null, height: Number? = null): PosOptions
fun position_jitterdodge(dodgeWidth: Number? = null, jitterWidth: Number? = null, jitterHeight: Number? = null): PosOptions
fun position_nudge(x: Number? = null, y: Number? = null): PosOptions
object Stat
class theme : OptionsMap
package jetbrains.letsPlot.bistro.corr
Module Contents
class CorrPlot
Module Contents
CorrPlot(data: Map<*, *>, title: String? = null, showLegend: Boolean = true, flip: Boolean = true, threshold: Double = DEF_THRESHOLD, adjustSize: Double = 1.0)
fun build(): Plot
fun labels(type: String? = null, diag: Boolean? = null, mapSize: Boolean? = null, color: String? = null): CorrPlot
fun paletteBrBG(): CorrPlot
fun paletteGradient(low: String, mid: String, high: String): CorrPlot
fun palettePiYG(): CorrPlot
fun palettePRGn(): CorrPlot
fun palettePuOr(): CorrPlot
fun paletteRdBu(): CorrPlot
fun paletteRdGy(): CorrPlot
fun paletteRdYlBu(): CorrPlot
fun paletteRdYlGn(): CorrPlot
fun paletteSpectral(): CorrPlot
fun points(type: String? = null, diag: Boolean? = null): CorrPlot
fun tiles(type: String? = null, diag: Boolean? = null): CorrPlot
package jetbrains.letsPlot.export
package jetbrains.letsPlot.facet
Module Contents
fun facet_grid(x: String? = null, y: String? = null, xOrder: Int = 1, yOrder: Int = 1, xFormat: String? = null, yFormat: String? = null): OptionsMap
fun facet_wrap(facets: Any, ncol: Any? = null, nrow: Any? = null, order: Any? = null, format: Any? = null, dir: String = "h"): OptionsMap
package jetbrains.letsPlot.frontend
package jetbrains.letsPlot.geom
Module Contents
class geom_abline : ABLineAesthetics, LayerBase
Module Contents
geom_abline(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, slope: Double? = null, intercept: Number? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: ABLineMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val intercept: Number?
val linetype: Any?
val size: Number?
val slope: Double?
class geom_area : AreaAesthetics, LayerBase
Module Contents
geom_area(data: Map<*, *>? = null, stat: StatOptions = identity, position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, mapping: AreaMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Number?
val x: Double?
val y: Double?
class geom_bar : BarAesthetics, CountStatAesthetics, LayerBase
Module Contents
geom_bar(data: Map<*, *>? = null, stat: StatOptions = Stat.count(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, width: Double? = null, size: Number? = null, weight: Double? = null, mapping: BarMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Number?
val weight: Double?
val width: Double?
val x: Double?
val y: Double?
class geom_bin2d : TileAesthetics, Bin2dStatAesthetics, Bin2dStatParameters, LayerBase
Module Contents
geom_bin2d(data: Map<*, *>? = null, stat: StatOptions = Stat.bin2d(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, width: Double? = null, height: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Any? = null, bins: Pair<Int, Int>? = null, binWidth: Pair<Number?, Number?>? = null, drop: Boolean? = null, mapping: Bin2dMapping.() -> Unit = {})
val alpha: Number?
val bins: Pair<Int, Int>?
val binWidth: Pair<Number?, Number?>?
val color: Any?
val drop: Boolean?
val fill: Any?
val height: Double?
val linetype: Any?
fun seal(): Options
val size: Number?
val weight: Any?
val width: Double?
val x: Double?
val y: Double?
class geom_boxplot : BoxplotAesthetics, BoxplotParameters, BoxplotStatAesthetics, BoxplotStatParameters, LayerBase
Module Contents
geom_boxplot(data: Map<*, *>? = null, stat: StatOptions = Stat.boxplot(), position: PosOptions = Pos.dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, lower: Double? = null, middle: Double? = null, upper: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, linetype: Any? = null, shape: Any? = null, width: Any? = null, weight: Any? = null, outlierColor: Any? = null, outlierFill: Any? = null, outlierShape: Any? = null, outlierSize: Number? = null, fatten: Number? = null, varWidth: Boolean? = null, coef: Number? = null, mapping: BoxplotMapping.() -> Unit = {})
val alpha: Number?
val coef: Number?
val color: Any?
val fatten: Number?
val fill: Any?
val linetype: Any?
val lower: Double?
val middle: Double?
val outlierColor: Any?
val outlierFill: Any?
val outlierShape: Any?
val outlierSize: Number?
fun seal(): Options
val shape: Any?
val size: Number?
val upper: Double?
val varWidth: Boolean?
val weight: Any?
val width: Any?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class geom_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
Module Contents
geom_contour(data: Map<*, *>? = null, stat: StatOptions = Stat.contour(), position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, bins: Int? = null, binWidth: Number? = null, mapping: ContourMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val color: Any?
val flow: Double?
val linetype: Any?
fun seal(): Options
val size: Number?
val speed: Double?
val x: Double?
val y: Double?
val z: Double?
class geom_contourf : PolygonAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
Module Contents
geom_contourf(data: Map<*, *>? = null, stat: StatOptions = Stat.contourf(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, bins: Int? = null, binWidth: Number? = null, mapping: ContourfMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val color: Any?
val fill: Any?
val linetype: Any?
fun seal(): Options
val size: Number?
val x: Double?
val y: Double?
val z: Double?
class geom_crossbar : CrossBarAesthetics, LayerBase
Module Contents
geom_crossbar(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, fatten: Double? = null, x: Double? = null, ymin: Double? = null, ymax: Double? = null, middle: Double? = null, width: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Number? = null, mapping: CrossBarMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
val middle: Double?
fun seal(): Options
val shape: Any?
val size: Number?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_density : AreaAesthetics, DensityStatAesthetics, DensityStatParameters, LayerBase
Module Contents
geom_density(data: Map<*, *>? = null, stat: StatOptions = Stat.density(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Any? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, trim: Boolean? = null, adjust: Number? = null, mapping: DensityMapping.() -> Unit = {})
val adjust: Number?
val alpha: Number?
val bw: Any?
val color: Any?
val fill: Any?
val kernel: String?
val linetype: Any?
val n: Int?
fun seal(): Options
val size: Number?
val trim: Boolean?
val weight: Any?
val x: Double?
val y: Double?
class geom_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
Module Contents
geom_density2d(data: Map<*, *>? = null, stat: StatOptions = Stat.density2d(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, adjust: Number? = null, contour: Boolean? = null, bins: Int? = null, binWidth: Number? = null, mapping: Density2dMapping.() -> Unit = {})
val adjust: Number?
val alpha: Number?
val bins: Int?
val binWidth: Number?
val bw: Any?
val color: Any?
val contour: Boolean?
val flow: Double?
val kernel: String?
val linetype: Any?
val n: Int?
fun seal(): Options
val size: Number?
val speed: Double?
val weight: Double?
val x: Double?
val y: Double?
val z: Double?
class geom_density2df : PolygonAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
Module Contents
geom_density2df(data: Map<*, *>? = null, stat: StatOptions = Stat.density2df(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, adjust: Number? = null, contour: Boolean? = null, bins: Int? = null, binWidth: Number? = null, mapping: Density2dfMapping.() -> Unit = {})
val adjust: Number?
val alpha: Number?
val bins: Int?
val binWidth: Number?
val bw: Any?
val color: Any?
val contour: Boolean?
val fill: Any?
val kernel: String?
val linetype: Any?
val n: Int?
fun seal(): Options
val size: Number?
val weight: Double?
val x: Double?
val y: Double?
class geom_errorbar : ErrorBarAesthetics, LayerBase
Module Contents
geom_errorbar(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, ymin: Double? = null, ymax: Double? = null, width: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: ErrorBarMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
val size: Number?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_freqpoly : LineAesthetics, BinStatParameters, LayerBase
Module Contents
geom_freqpoly(data: Map<*, *>? = null, stat: StatOptions = Stat.bin(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, bins: Int? = null, binWidth: Number? = null, center: Number? = null, boundary: Number? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val boundary: Number?
val center: Number?
val color: Any?
val linetype: Any?
fun seal(): Options
val size: Number?
val x: Double?
val y: Double?
class geom_histogram : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase
Module Contents
geom_histogram(data: Map<*, *>? = null, stat: StatOptions = Stat.bin(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, weight: Any? = null, bins: Int? = null, binWidth: Number? = null, center: Number? = null, boundary: Number? = null, mapping: HistogramMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val boundary: Number?
val center: Number?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Number?
val weight: Any?
val x: Double?
val y: Double?
class geom_hline : HLineAesthetics, LayerBase
Module Contents
geom_hline(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, yintercept: Number? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: HLineMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
val size: Number?
val yintercept: Number?
class geom_image : ImageAesthetics, LayerBase
Module Contents
geom_image(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, href: String? = null, xmin: Any? = null, xmax: Any? = null, ymin: Any? = null, ymax: Any? = null, mapping: ImageMapping.() -> Unit = {})
val href: String?
fun seal(): Options
val xmax: Any?
val xmin: Any?
val ymax: Any?
val ymin: Any?
class geom_jitter : PointAesthetics, JitterParameters, LayerBase
Module Contents
geom_jitter(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.jitter, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Number? = null, stroke: Number? = null, width: Number? = null, height: Number? = null, mapping: PointMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val height: Number?
fun seal(): Options
val shape: Any?
val size: Number?
val stroke: Number?
val width: Number?
val x: Double?
val y: Double?
class geom_line : LineAesthetics, LayerBase
Module Contents
geom_line(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
val size: Number?
val x: Double?
val y: Double?
class geom_linerange : LineRangeAesthetics, LayerBase
Module Contents
geom_linerange(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: LineRangeMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
val size: Number?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_map : PolygonAesthetics, WithSpatialParameters, LayerBase
Module Contents
geom_map(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, x: Double? = null, y: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, mapping: PolygonMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
val size: Number?
val x: Double?
val y: Double?
class geom_path : PathAesthetics, WithSpatialParameters, LayerBase
Module Contents
geom_path(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, mapping: PathMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val flow: Double?
val linetype: Any?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
val size: Number?
val speed: Double?
val x: Double?
val y: Double?
class geom_point : PointAesthetics, WithSizeUnitOption, WithSpatialParameters, LayerBase
Module Contents
geom_point(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Number? = null, stroke: Number? = null, sizeUnit: String? = null, mapping: PointMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
fun seal(): Options
val shape: Any?
val size: Number?
val sizeUnit: String?
val stroke: Number?
val x: Double?
val y: Double?
class geom_pointrange : PointRangeAesthetics, LayerBase
Module Contents
geom_pointrange(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, fatten: Double? = null, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Number? = null, mapping: PointRangeMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
fun seal(): Options
val shape: Any?
val size: Number?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class geom_polygon : PolygonAesthetics, WithSpatialParameters, LayerBase
Module Contents
geom_polygon(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, x: Double? = null, y: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, mapping: PolygonMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
val size: Number?
val x: Double?
val y: Double?
class geom_raster : RasterAesthetics, LayerBase
Module Contents
geom_raster(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, fill: Any? = null, mapping: RasterMapping.() -> Unit = {})
val alpha: Number?
val fill: Any?
val x: Double?
val y: Double?
class geom_rect : RectAesthetics, WithSpatialParameters, LayerBase
Module Contents
geom_rect(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, xmin: Double? = null, xmax: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, fill: Any? = null, mapping: RectMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
val size: Number?
val xmax: Double?
val xmin: Double?
val ymax: Double?
val ymin: Double?
class geom_ribbon : RibbonAesthetics, LayerBase
Module Contents
geom_ribbon(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, ymin: Double? = null, ymax: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, mapping: RibbonMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Number?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_segment : SegmentAesthetics, LayerBase
Module Contents
geom_segment(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, xend: Double? = null, yend: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, mapping: SegmentMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val flow: Double?
val linetype: Any?
val size: Number?
val speed: Double?
val x: Double?
val xend: Double?
val y: Double?
val yend: Double?
class geom_smooth : SmoothAesthetics, SmoothStatParameters, LayerBase
Module Contents
geom_smooth(data: Map<*, *>? = null, stat: StatOptions = Stat.smooth(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, method: String? = null, n: Int? = null, level: Number? = null, se: Boolean? = null, span: Number? = null, deg: Int? = null, seed: Long? = null, maxN: Int? = null, mapping: SmoothMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val deg: Int?
val fill: Any?
val level: Number?
val linetype: Any?
val maxN: Int?
val method: String?
val n: Int?
val se: Boolean?
fun seal(): Options
val seed: Long?
val size: Number?
val span: Number?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class geom_step : LineAesthetics, LayerBase
Module Contents
geom_step(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, direction: String? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
fun seal(): Options
val size: Number?
val x: Double?
val y: Double?
class geom_text : TextAesthetics, TextParameters, WithSizeUnitOption, WithSpatialParameters, LayerBase
Module Contents
geom_text(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, map: SpatialDataset? = null, mapJoin: Pair<Any, Any>? = null, x: Number? = null, y: Number? = null, label: String? = null, alpha: Number? = null, color: Any? = null, size: Number? = null, family: String? = null, fontface: String? = null, hjust: Any? = null, vjust: Any? = null, angle: Number? = null, labelFormat: String? = null, naText: String? = null, sizeUnit: String? = null, mapping: TextMapping.() -> Unit = {})
val alpha: Number?
val angle: Number?
val color: Any?
val family: String?
val fontface: String?
val hjust: Any?
val label: String?
val labelFormat: String?
val map: SpatialDataset?
val mapJoin: Pair<Any, Any>?
val naText: String?
fun seal(): Options
val size: Number?
val sizeUnit: String?
val vjust: Any?
val x: Number?
val y: Number?
class geom_tile : TileAesthetics, LayerBase
Module Contents
geom_tile(data: Map<*, *>? = null, stat: StatOptions = identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, x: Double? = null, y: Double? = null, width: Double? = null, height: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, mapping: TileMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
val height: Double?
val linetype: Any?
val size: Number?
val width: Double?
val x: Double?
val y: Double?
class geom_vline : VLineAesthetics, LayerBase
Module Contents
geom_vline(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, tooltips: TooltipOptions? = null, xintercept: Number? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: VLineMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val linetype: Any?
val size: Number?
val xintercept: Number?
package jetbrains.letsPlot.intern
Module Contents
fun checkGreyScaleStartEnd(start: Number? = null, end: Number? = null): Unit
fun checkScaleExpand(expand: List<Any>?): Unit
sealed class Feature
class FeatureList : Feature
class GenericAesMapping : OptionsCapsule, WithGroupOption
enum class GeomKind
kotlin.collections.Map
abstract class Layer : Feature
abstract class NotLayer : Feature
class Options
open class OptionsMap : Feature
class Plot : Figure
object PlotSpecUtil
enum class PosKind
enum class SamplingKind
class Scale : Feature
Module Contents
Scale(aesthetic: Aes<*>, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: Any? = null, expand: Any? = null, naValue: Any? = null, format: String? = null, guide: Any? = null, trans: String? = null, otherOptions: Options = Options.empty())
val aesthetic: Aes<*>
val breaks: List<Any>?
val expand: Any?
val format: String?
val guide: Any?
val labels: List<String>?
val limits: Any?
val name: String?
val naValue: Any?
val otherOptions: Options
val trans: String?
object SeriesStandardizing
enum class StatKind
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>
package jetbrains.letsPlot.intern.layer
package jetbrains.letsPlot.intern.layer.geom
Module Contents
interface ABLineAesthetics : OptionsCapsule
class ABLineMapping : ABLineAesthetics, WithGroupOption
interface AreaAesthetics : OptionsCapsule
class AreaMapping : AreaAesthetics, WithGroupOption
interface BarAesthetics : OptionsCapsule
class BarMapping : BarAesthetics, CountStatAesthetics, WithGroupOption
class Bin2dMapping : TileAesthetics, Bin2dStatAesthetics, WithGroupOption
Module Contents
Bin2dMapping(x: Any? = null, y: Any? = null, width: Any? = null, height: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Any? = null, weight: Any? = null, group: Any? = null)
var alpha: Any?
var color: Any?
var fill: Any?
var group: Any?
var height: Any?
var linetype: Any?
fun seal(): Options
var size: Any?
var weight: Any?
var width: Any?
var x: Any?
var y: Any?
interface BoxplotAesthetics : OptionsCapsule
class BoxplotMapping : BoxplotAesthetics, BoxplotStatAesthetics, WithGroupOption
Module Contents
BoxplotMapping(x: Any? = null, y: Any? = null, lower: Any? = null, middle: Any? = null, upper: Any? = null, ymin: Any? = null, ymax: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, size: Any? = null, linetype: Any? = null, shape: Any? = null, width: Any? = null, group: Any? = null, weight: Any? = null)
var alpha: Any?
var color: Any?
var fill: Any?
var group: Any?
var linetype: Any?
var lower: Any?
var middle: Any?
fun seal(): Options
var shape: Any?
var size: Any?
var upper: Any?
var weight: Any?
var width: Any?
var x: Any?
var y: Any?
var ymax: Any?
var ymin: Any?
interface BoxplotParameters : OptionsCapsule
class ContourfMapping : PolygonAesthetics, ContourStatAesthetics, WithGroupOption
class ContourMapping : PathAesthetics, ContourStatAesthetics, WithGroupOption
interface CrossBarAesthetics : OptionsCapsule
class CrossBarMapping : CrossBarAesthetics, WithGroupOption
Module Contents
CrossBarMapping(x: Any? = null, ymin: Any? = null, ymax: Any? = null, middle: Any? = null, width: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Any? = null, group: Any? = null)
var alpha: Any?
var color: Any?
var fill: Any?
var group: Any?
var linetype: Any?
var middle: Any?
fun seal(): Options
var shape: Any?
var size: Any?
var width: Any?
var x: Any?
var ymax: Any?
var ymin: Any?
class Density2dfMapping : PolygonAesthetics, Density2dStatAesthetics, WithGroupOption
class Density2dMapping : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, WithGroupOption
Module Contents
Density2dMapping(x: Any? = null, y: Any? = null, z: Any? = null, alpha: Any? = null, color: Any? = null, linetype: Any? = null, size: Any? = null, speed: Any? = null, flow: Any? = null, weight: Any? = null, group: Any? = null)
var alpha: Any?
var color: Any?
var flow: Any?
var group: Any?
var linetype: Any?
fun seal(): Options
var size: Any?
var speed: Any?
var weight: Any?
var x: Any?
var y: Any?
var z: Any?
class DensityMapping : AreaAesthetics, DensityStatAesthetics, WithGroupOption
interface ErrorBarAesthetics : OptionsCapsule
class ErrorBarMapping : ErrorBarAesthetics, WithGroupOption
interface HistogramAesthetics : OptionsCapsule
class HistogramMapping : HistogramAesthetics, BinStatAesthetics, WithGroupOption
interface HLineAesthetics : OptionsCapsule
class HLineMapping : HLineAesthetics, WithGroupOption
interface ImageAesthetics : OptionsCapsule
class ImageMapping : ImageAesthetics, WithGroupOption
interface JitterParameters : OptionsCapsule
interface LineAesthetics : OptionsCapsule
class LineMapping : LineAesthetics, WithGroupOption
interface LineRangeAesthetics : OptionsCapsule
class LineRangeMapping : LineRangeAesthetics, WithGroupOption
interface PathAesthetics : OptionsCapsule
class PathMapping : PathAesthetics, WithGroupOption
interface PointAesthetics : OptionsCapsule
class PointMapping : PointAesthetics, WithGroupOption
interface PointRangeAesthetics : OptionsCapsule
class PointRangeMapping : PointRangeAesthetics, WithGroupOption
Module Contents
PointRangeMapping(x: Any? = null, y: Any? = null, ymin: Any? = null, ymax: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Any? = null, group: Any? = null)
var alpha: Any?
var color: Any?
var fill: Any?
var group: Any?
var linetype: Any?
fun seal(): Options
var shape: Any?
var size: Any?
var x: Any?
var y: Any?
var ymax: Any?
var ymin: Any?
interface PolygonAesthetics : OptionsCapsule
class PolygonMapping : PolygonAesthetics, WithGroupOption
interface RasterAesthetics : OptionsCapsule
class RasterMapping : RasterAesthetics, WithGroupOption
interface RectAesthetics : OptionsCapsule
class RectMapping : RectAesthetics, WithGroupOption
interface RibbonAesthetics : OptionsCapsule
class RibbonMapping : RibbonAesthetics, WithGroupOption
interface SegmentAesthetics : OptionsCapsule
class SegmentMapping : SegmentAesthetics, WithGroupOption
Module Contents
SegmentMapping(x: Any? = null, y: Any? = null, xend: Any? = null, yend: Any? = null, alpha: Any? = null, color: Any? = null, linetype: Any? = null, size: Any? = null, speed: Any? = null, flow: Any? = null, group: Any? = null)
var alpha: Any?
var color: Any?
var flow: Any?
var group: Any?
var linetype: Any?
fun seal(): Options
var size: Any?
var speed: Any?
var x: Any?
var xend: Any?
var y: Any?
var yend: Any?
interface SmoothAesthetics : OptionsCapsule
class SmoothMapping : SmoothAesthetics, WithGroupOption
interface TextAesthetics : OptionsCapsule
class TextMapping : TextAesthetics, WithGroupOption
Module Contents
TextMapping(x: Any? = null, y: Any? = null, label: Any? = null, alpha: Any? = null, color: Any? = null, size: Any? = null, family: Any? = null, fontface: Any? = null, hjust: Any? = null, vjust: Any? = null, angle: Any? = null, group: Any? = null)
var alpha: Any?
var angle: Any?
var color: Any?
var family: Any?
var fontface: Any?
var group: Any?
var hjust: Any?
var label: Any?
fun seal(): Options
var size: Any?
var vjust: Any?
var x: Any?
var y: Any?
interface TextParameters : OptionsCapsule
interface TileAesthetics : OptionsCapsule
class TileMapping : TileAesthetics, WithGroupOption
interface VLineAesthetics : OptionsCapsule
class VLineMapping : VLineAesthetics, WithGroupOption
package jetbrains.letsPlot.intern.layer.stat
package jetbrains.letsPlot.label
Module Contents
fun ggtitle(title: String): OptionsMap
fun labs(title: String? = null, x: String? = null, y: String? = null, alpha: String? = null, color: String? = null, fill: String? = null, shape: String? = null, size: String? = null, width: String? = null, height: String? = null, linetype: String? = null): FeatureList
fun xlab(label: String): Feature
fun ylab(label: String): Feature
package jetbrains.letsPlot.sampling
package jetbrains.letsPlot.scale
Module Contents
fun guide_colorbar(barWidth: Number? = null, barHeight: Number? = null, nbin: Int? = null): Map<String, Any>
fun guide_legend(nrow: Int? = null, ncol: Int? = null, byRow: Boolean? = null): Map<String, Any>
fun guides(alpha: Any? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Any? = null, linetype: Any? = null): OptionsMap
fun lims(x: Any, y: Any): Feature
fun scale_alpha(range: Pair<Number, Number>? = null, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Number? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_alpha_identity(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Number? = null, guide: Any? = null): Scale
fun scale_alpha_manual(values: List<Double>, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Number? = null, guide: Any? = null): Scale
fun scale_color_brewer(type: String? = null, palette: Any? = null, direction: Number? = null, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: Any? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_color_continuous(low: String? = null, high: String? = null, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_color_discrete(direction: Int? = null, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_color_gradient(low: String, high: String, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_color_gradient2(low: String, mid: String, high: String, midpoint: Double = 0.0, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_color_grey(start: Number? = null, end: Number? = null, direction: Int? = null, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_color_hue(h: Pair<Int, Int>? = null, c: Int? = null, l: Int? = null, hstart: Int? = null, direction: Int? = null, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_color_identity(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_color_manual(values: List<Any>, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_fill_brewer(type: String? = null, palette: Any? = null, direction: Number? = null, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: Any? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_fill_continuous(low: String? = null, high: String? = null, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_fill_discrete(direction: Int? = null, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_fill_gradient(low: String, high: String, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_fill_gradient2(low: String, mid: String, high: String, midpoint: Double = 0.0, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_fill_grey(start: Number? = null, end: Number? = null, direction: Int? = null, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_fill_hue(h: Pair<Int, Int>? = null, c: Int? = null, l: Int? = null, hstart: Int? = null, direction: Int? = null, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Any? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_fill_identity(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_fill_manual(values: List<Any>, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_linetype_identity(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_linetype_manual(values: List<Number>, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_shape(solid: Boolean? = null, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_shape_identity(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_shape_manual(values: List<Number>, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Any? = null, guide: Any? = null): Scale
fun scale_size(range: Pair<Number, Number>? = null, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Number? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_size_area(maxSize: Number? = null, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, naValue: Number? = null, guide: Any? = null, trans: String? = null): Scale
fun scale_size_identity(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Number? = null, guide: Any? = null): Scale
fun scale_size_manual(values: List<Number>, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, naValue: Number? = null, guide: Any? = null): Scale
fun scale_x_continuous(name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null, trans: String? = null): Scale
fun scale_x_datetime(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: Pair<Any?, Any?>? = null, expand: List<Number>? = null, naValue: Any? = null, format: String? = null): Scale
fun scale_x_discrete(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null, reverse: Boolean? = null): Scale
fun scale_x_discrete_reversed(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null): Scale
fun scale_x_log10(name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null): Scale
fun scale_x_reverse(name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null): Scale
fun scale_x_sqrt(name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null): Scale
fun scale_y_continuous(name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null, trans: String? = null): Scale
fun scale_y_datetime(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: Pair<Any?, Any?>? = null, expand: List<Number>? = null, naValue: Any? = null, format: String? = null): Scale
fun scale_y_discrete(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null, reverse: Boolean? = null): Scale
fun scale_y_discrete_reversed(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null): Scale
fun scale_y_log10(name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null): Scale
fun scale_y_reverse(name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null): Scale
fun scale_y_sqrt(name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: Pair<Number?, Number?>? = null, expand: List<Number>? = null, naValue: Number? = null, format: String? = null): Scale
fun xlim(limits: Any): Feature
fun ylim(limits: Any): Feature
package jetbrains.letsPlot.spatial
package jetbrains.letsPlot.stat
Module Contents
class stat_bin : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase
Module Contents
stat_bin(data: Map<*, *>? = null, geom: GeomOptions = Geom.histogram(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, weight: Any? = null, bins: Int? = null, binWidth: Number? = null, center: Number? = null, boundary: Number? = null, mapping: HistogramMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val boundary: Number?
val center: Number?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Number?
val weight: Any?
val x: Double?
val y: Double?
class stat_bin2d : TileAesthetics, Bin2dStatAesthetics, Bin2dStatParameters, LayerBase
Module Contents
stat_bin2d(data: Map<*, *>? = null, geom: GeomOptions = Geom.tile(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, width: Double? = null, height: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Any? = null, bins: Pair<Int, Int>? = null, binWidth: Pair<Number?, Number?>? = null, drop: Boolean? = null, mapping: Bin2dMapping.() -> Unit = {})
val alpha: Number?
val bins: Pair<Int, Int>?
val binWidth: Pair<Number?, Number?>?
val color: Any?
val drop: Boolean?
val fill: Any?
val height: Double?
val linetype: Any?
fun seal(): Options
val size: Number?
val weight: Any?
val width: Double?
val x: Double?
val y: Double?
class stat_boxplot : BoxplotAesthetics, BoxplotParameters, BoxplotStatAesthetics, BoxplotStatParameters, LayerBase
Module Contents
stat_boxplot(data: Map<*, *>? = null, geom: GeomOptions = Geom.boxplot(), position: PosOptions = dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, lower: Double? = null, middle: Double? = null, upper: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, linetype: Any? = null, shape: Any? = null, width: Any? = null, weight: Any? = null, outlierColor: Any? = null, outlierFill: Any? = null, outlierShape: Any? = null, outlierSize: Number? = null, fatten: Number? = null, varWidth: Boolean? = null, coef: Number? = null, mapping: BoxplotMapping.() -> Unit = {})
val alpha: Number?
val coef: Number?
val color: Any?
val fatten: Number?
val fill: Any?
val linetype: Any?
val lower: Double?
val middle: Double?
val outlierColor: Any?
val outlierFill: Any?
val outlierShape: Any?
val outlierSize: Number?
fun seal(): Options
val shape: Any?
val size: Number?
val upper: Double?
val varWidth: Boolean?
val weight: Any?
val width: Any?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class stat_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase
Module Contents
stat_contour(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.CONTOUR), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, bins: Int? = null, binWidth: Number? = null, mapping: ContourMapping.() -> Unit = {})
val alpha: Number?
val bins: Int?
val binWidth: Number?
val color: Any?
val flow: Double?
val linetype: Any?
fun seal(): Options
val size: Number?
val speed: Double?
val x: Double?
val y: Double?
val z: Double?
class stat_count : CountStatAesthetics, BarAesthetics, LayerBase
Module Contents
stat_count(data: Map<*, *>? = null, geom: GeomOptions = Geom.bar(), position: PosOptions = stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, width: Double? = null, size: Number? = null, weight: Double? = null, mapping: BarMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Number?
val weight: Double?
val width: Double?
val x: Double?
val y: Double?
class stat_density : AreaAesthetics, DensityStatAesthetics, DensityStatParameters, LayerBase
Module Contents
stat_density(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.DENSITY), position: PosOptions = stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, trim: Boolean? = null, adjust: Number? = null, mapping: DensityMapping.() -> Unit = {})
val adjust: Number?
val alpha: Number?
val bw: Any?
val color: Any?
val fill: Any?
val kernel: String?
val linetype: Any?
val n: Int?
fun seal(): Options
val size: Number?
val trim: Boolean?
val weight: Double?
val x: Double?
val y: Double?
class stat_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase
Module Contents
stat_density2d(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.DENSITY2D), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, adjust: Number? = null, contour: Boolean? = null, bins: Int? = null, binWidth: Number? = null, mapping: Density2dMapping.() -> Unit = {})
val adjust: Number?
val alpha: Number?
val bins: Int?
val binWidth: Number?
val bw: Any?
val color: Any?
val contour: Boolean?
val flow: Double?
val kernel: String?
val linetype: Any?
val n: Int?
fun seal(): Options
val size: Number?
val speed: Double?
val weight: Double?
val x: Double?
val y: Double?
val z: Double?
class stat_smooth : SmoothAesthetics, SmoothStatParameters, LayerBase
Module Contents
stat_smooth(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.SMOOTH), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, method: String? = null, n: Int? = null, level: Number? = null, se: Boolean? = null, span: Number? = null, deg: Int? = null, seed: Long? = null, maxN: Int? = null, mapping: SmoothMapping.() -> Unit = {})
val alpha: Number?
val color: Any?
val deg: Int?
val fill: Any?
val level: Number?
val linetype: Any?
val maxN: Int?
val method: String?
val n: Int?
val se: Boolean?
fun seal(): Options
val seed: Long?
val size: Number?
val span: Number?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
package jetbrains.letsPlot.tooltips