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, WithGroupOption
interface BinAesthetics : OptionsCapsule
class BinMapping : BinAesthetics
interface BinParameters : OptionsCapsule
interface BoxplotAesthetics : OptionsCapsule
interface BoxplotAesthetics : OptionsCapsule
class BoxplotMapping : BoxplotAesthetics, WithGroupOption
Module Contents
BoxplotMapping(x: 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)
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 width: Any?
var x: Any?
var ymax: Any?
var ymin: Any?
class BoxplotMapping : BoxplotAesthetics, WithGroupOption
interface BoxplotParameters : BoxplotStatParameters
interface BoxplotStatParameters : OptionsCapsule
interface CountAesthetics : OptionsCapsule
class CountMapping : CountAesthetics, WithGroupOption
interface CountParameters : OptionsCapsule
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?
interface DensityAesthetics : AreaAesthetics
class DensityMapping : DensityAesthetics, WithGroupOption
interface DensityParameters : 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(mapping: BoxplotMapping.() -> Unit = {}, x: 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: Double? = null, fatten: Double? = null, varWidth: Boolean? = null, coef: Any? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, size: Double? = null, linetype: Any? = null, shape: Any? = null, width: Double? = null)
val alpha: Double?
val coef: Any?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
val lower: Double?
val middle: Double?
val outlierColor: Any?
val outlierFill: Any?
val outlierShape: Any?
val outlierSize: Double?
val parameters: Options
fun seal(): Options
val shape: Any?
val size: Double?
val upper: Double?
val varWidth: Boolean?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class crossbar : CrossBarAesthetics, GeomOptions
Module Contents
crossbar(mapping: CrossBarMapping.() -> Unit = {}, x: Double? = null, ymin: Double? = null, ymax: Double? = null, middle: Double? = null, width: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Any? = null)
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val middle: Double?
val parameters: Options
val shape: Any?
val size: Any?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class density : DensityAesthetics, GeomOptions
class errorbar : ErrorBarAesthetics, GeomOptions
class freqpoly : LineAesthetics, BinParameters, GeomOptions
Module Contents
freqpoly(mapping: LineMapping.() -> Unit = {}, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, binCount: Int = BinParameters.DEF_BIN_COUNT, binWidth: Double? = null, center: Double? = null, boundary: Double? = null)
val alpha: Double?
val binCount: Int
val binWidth: Double?
val boundary: Double?
val center: Double?
val color: Any?
val linetype: Any?
val parameters: Options
fun seal(): Options
val size: Double?
val x: Double?
val y: Double?
class histogram : HistogramAesthetics, GeomOptions
class hline : HLineAesthetics, GeomOptions
class image : ImageAesthetics, GeomOptions
class line : LineAesthetics, GeomOptions
class linerange : LineRangeAesthetics, GeomOptions
class path : PathAesthetics, GeomOptions
class point : PointAesthetics, GeomOptions
class pointrange : PointRangeAesthetics, GeomOptions
Module Contents
pointrange(mapping: PointRangeMapping.() -> Unit = {}, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Double? = null)
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val parameters: Options
val shape: Any?
val size: Double?
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(mapping: SegmentMapping.() -> Unit = {}, x: Double? = null, y: Double? = null, xend: Double? = null, yend: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, speed: Double? = null, flow: Double? = null)
val alpha: Double?
val color: Any?
val flow: Double?
val linetype: Any?
val parameters: Options
val size: Double?
val speed: Double?
val x: Double?
val xend: Double?
val y: Double?
val yend: Double?
class step : LineAesthetics, GeomOptions
class text : TextAesthetics, GeomOptions
Module Contents
text(mapping: TextMapping.() -> Unit = {}, x: Double? = null, y: Double? = null, label: String? = null, alpha: Double? = null, color: Any? = null, size: Double? = null, family: String? = null, fontface: String? = null, hjust: Any? = null, vjust: Any? = null, angle: Double? = null)
val alpha: Double?
val angle: Double?
val color: Any?
val family: String?
val fontface: String?
val hjust: Any?
val label: String?
val parameters: Options
val size: Double?
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: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: ABLineMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val intercept: Double?
val linetype: Any?
val size: Double?
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, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Double? = null, mapping: AreaMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Double?
val x: Double?
val y: Double?
class geom_bar : BarAesthetics, LayerBase
Module Contents
geom_bar(data: Map<*, *>? = null, stat: StatOptions = Stat.count(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, width: Double? = null, size: Double? = null, mapping: BarMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val size: Double?
val width: Double?
val x: Double?
val y: Double?
class geom_boxplot : BoxplotAesthetics, BoxplotParameters, LayerBase
Module Contents
geom_boxplot(data: Map<*, *>? = null, stat: StatOptions = Stat.boxplot(), position: PosOptions = Pos.dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: 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: Double? = null, fatten: Double? = null, varWidth: Boolean? = null, coef: Any? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, size: Double? = null, linetype: Any? = null, shape: Any? = null, width: Any? = null, mapping: BoxplotMapping.() -> Unit = {})
val alpha: Double?
val coef: Any?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
val lower: Double?
val middle: Double?
val outlierColor: Any?
val outlierFill: Any?
val outlierShape: Any?
val outlierSize: Double?
fun seal(): Options
val shape: Any?
val size: Double?
val upper: Double?
val varWidth: Boolean?
val width: Any?
val x: Double?
val ymax: Double?
val ymin: 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, fatten: Double? = null, x: Double? = null, ymin: Double? = null, ymax: Double? = null, middle: Double? = null, width: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Double? = null, mapping: CrossBarMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
val middle: Double?
fun seal(): Options
val shape: Any?
val size: Double?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_density : DensityAesthetics, LayerBase
Module Contents
geom_density(data: Map<*, *>? = null, stat: StatOptions = Stat.density(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Double? = null, weight: Any? = null, mapping: DensityMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Double?
val weight: Any?
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, x: Double? = null, ymin: Double? = null, ymax: Double? = null, width: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: ErrorBarMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
val size: Double?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_freqpoly : LineAesthetics, BinParameters, LayerBase
Module Contents
geom_freqpoly(data: Map<*, *>? = null, stat: StatOptions = Stat.bin(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, binCount: Int = BinParameters.DEF_BIN_COUNT, binWidth: Double? = null, center: Double? = null, boundary: Double? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Double?
val binCount: Int
val binWidth: Double?
val boundary: Double?
val center: Double?
val color: Any?
val linetype: Any?
fun seal(): Options
val size: Double?
val x: Double?
val y: Double?
class geom_histogram : HistogramAesthetics, BinAesthetics, BinParameters, LayerBase
Module Contents
geom_histogram(data: Map<*, *>? = null, stat: StatOptions = Stat.bin(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, size: Double? = null, weight: Any? = null, binCount: Int = BinParameters.DEF_BIN_COUNT, binWidth: Double? = null, center: Double? = null, boundary: Double? = null, mapping: HistogramMapping.() -> Unit = {})
val alpha: Double?
val binCount: Int
val binWidth: Double?
val boundary: Double?
val center: Double?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Double?
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, yIntercept: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: HLineMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
val size: Double?
val yIntercept: Double?
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_line : LineAesthetics, LayerBase
Module Contents
geom_line(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
val size: Double?
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, x: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: LineRangeMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
val size: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_path : PathAesthetics, LayerBase
Module Contents
geom_path(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, speed: Double? = null, flow: Double? = null, mapping: PathMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val flow: Double?
val linetype: Any?
val size: Double?
val speed: Double?
val x: Double?
val y: Double?
class geom_point : PointAesthetics, LayerBase
Module Contents
geom_point(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Double? = null, stroke: Double? = null, mapping: PointMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val shape: Any?
val size: Double?
val stroke: Double?
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, fatten: Double? = null, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Double? = null, mapping: PointRangeMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
fun seal(): Options
val shape: Any?
val size: Double?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class geom_polygon : PolygonAesthetics, LayerBase
Module Contents
geom_polygon(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, size: Double? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Double? = null, mapping: PolygonMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Double?
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: Double? = null, fill: Any? = null, mapping: RasterMapping.() -> Unit = {})
val alpha: Double?
val fill: Any?
val x: Double?
val y: Double?
class geom_rect : RectAesthetics, LayerBase
Module Contents
geom_rect(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, xmin: Double? = null, xmax: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, fill: Any? = null, mapping: RectMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Double?
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, x: Double? = null, ymin: Double? = null, ymax: Double? = null, size: Double? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Double? = null, mapping: RibbonMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Double?
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, x: Double? = null, y: Double? = null, xend: Double? = null, yend: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, speed: Double? = null, flow: Double? = null, mapping: SegmentMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val flow: Double?
val linetype: Any?
val size: Double?
val speed: Double?
val x: Double?
val xend: Double?
val y: Double?
val yend: 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: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
fun seal(): Options
val size: Double?
val x: Double?
val y: Double?
class geom_text : TextAesthetics, LayerBase
Module Contents
geom_text(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, label: String? = null, alpha: Double? = null, color: Any? = null, size: Double? = null, family: String? = null, fontface: String? = null, hjust: Any? = null, vjust: Any? = null, angle: Double? = null, mapping: TextMapping.() -> Unit = {})
val alpha: Double?
val angle: Double?
val color: Any?
val family: String?
val fontface: String?
val hjust: Any?
val label: String?
val size: Double?
val vjust: Any?
val x: Double?
val y: Double?
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, x: Double? = null, y: Double? = null, width: Double? = null, height: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Double? = null, mapping: TileMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val height: Double?
val linetype: Any?
val size: Double?
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, xIntercept: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: VLineMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
val size: Double?
val xIntercept: Double?
enum class GeomKind
open class GeomOptions
class GGBunch : Figure
interface HistogramAesthetics : OptionsCapsule
class HistogramMapping : HistogramAesthetics, BinAesthetics, WithGroupOption
interface HLineAesthetics : OptionsCapsule
class HLineMapping : HLineAesthetics, WithGroupOption
interface ImageAesthetics : OptionsCapsule
class ImageMapping : ImageAesthetics, WithGroupOption
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 NotebookFrontendContext : FrontendContext
abstract class NotLayer : Feature
class Options
interface OptionsCapsule
class OtherPlotFeature : Feature
interface PathAesthetics : OptionsCapsule
class PathMapping : PathAesthetics, WithGroupOption
class Plot : Figure
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
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
object Stat
class stat_boxplot : BoxplotAesthetics, BoxplotStatParameters, LayerBase
class stat_count : CountAesthetics, BarAesthetics, CountParameters, 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: Double? = null, color: Any? = null, fill: Any? = null, width: Double? = null, size: Double? = null, weight: Double? = null, mapping: CountMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Double?
val weight: Double?
val width: Double?
val x: Double?
val y: Double?
class stat_density : DensityAesthetics, DensityParameters, LayerBase
Module Contents
stat_density(data: Map<*, *>? = null, geom: GeomOptions = area(), position: PosOptions = stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Any? = null, y: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Any? = null, weight: Any? = null, bw: Any? = null, kernel: Any? = null, n: Any? = null, trim: Any? = null, adjust: Any? = null, mapping: DensityMapping.() -> Unit = {})
val adjust: Any?
val alpha: Any?
val bw: Any?
val color: Any?
val fill: Any?
val kernel: Any?
val linetype: Any?
val n: Any?
fun seal(): Options
val size: Any?
val trim: Any?
val weight: Any?
val x: Any?
val y: Any?
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 TileAesthetics : OptionsCapsule
class TileMapping : TileAesthetics, WithGroupOption
interface VLineAesthetics : OptionsCapsule
class VLineMapping : VLineAesthetics, WithGroupOption
interface WithGroupOption
package jetbrains.letsPlot
Module Contents
fun element_blank(): String
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(mapping: BoxplotMapping.() -> Unit = {}, x: 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: Double? = null, fatten: Double? = null, varWidth: Boolean? = null, coef: Any? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, size: Double? = null, linetype: Any? = null, shape: Any? = null, width: Double? = null)
val alpha: Double?
val coef: Any?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
val lower: Double?
val middle: Double?
val outlierColor: Any?
val outlierFill: Any?
val outlierShape: Any?
val outlierSize: Double?
val parameters: Options
fun seal(): Options
val shape: Any?
val size: Double?
val upper: Double?
val varWidth: Boolean?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class crossbar : CrossBarAesthetics, GeomOptions
Module Contents
crossbar(mapping: CrossBarMapping.() -> Unit = {}, x: Double? = null, ymin: Double? = null, ymax: Double? = null, middle: Double? = null, width: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Any? = null)
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val middle: Double?
val parameters: Options
val shape: Any?
val size: Any?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class density : DensityAesthetics, GeomOptions
class errorbar : ErrorBarAesthetics, GeomOptions
class freqpoly : LineAesthetics, BinParameters, GeomOptions
Module Contents
freqpoly(mapping: LineMapping.() -> Unit = {}, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, binCount: Int = BinParameters.DEF_BIN_COUNT, binWidth: Double? = null, center: Double? = null, boundary: Double? = null)
val alpha: Double?
val binCount: Int
val binWidth: Double?
val boundary: Double?
val center: Double?
val color: Any?
val linetype: Any?
val parameters: Options
fun seal(): Options
val size: Double?
val x: Double?
val y: Double?
class histogram : HistogramAesthetics, GeomOptions
class hline : HLineAesthetics, GeomOptions
class image : ImageAesthetics, GeomOptions
class line : LineAesthetics, GeomOptions
class linerange : LineRangeAesthetics, GeomOptions
class path : PathAesthetics, GeomOptions
class point : PointAesthetics, GeomOptions
class pointrange : PointRangeAesthetics, GeomOptions
Module Contents
pointrange(mapping: PointRangeMapping.() -> Unit = {}, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Double? = null)
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val parameters: Options
val shape: Any?
val size: Double?
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(mapping: SegmentMapping.() -> Unit = {}, x: Double? = null, y: Double? = null, xend: Double? = null, yend: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, speed: Double? = null, flow: Double? = null)
val alpha: Double?
val color: Any?
val flow: Double?
val linetype: Any?
val parameters: Options
val size: Double?
val speed: Double?
val x: Double?
val xend: Double?
val y: Double?
val yend: Double?
class step : LineAesthetics, GeomOptions
class text : TextAesthetics, GeomOptions
Module Contents
text(mapping: TextMapping.() -> Unit = {}, x: Double? = null, y: Double? = null, label: String? = null, alpha: Double? = null, color: Any? = null, size: Double? = null, family: String? = null, fontface: String? = null, hjust: Any? = null, vjust: Any? = null, angle: Double? = null)
val alpha: Double?
val angle: Double?
val color: Any?
val family: String?
val fontface: String?
val hjust: Any?
val label: String?
val parameters: Options
val size: Double?
val vjust: Any?
val x: Double?
val y: Double?
class tile : TileAesthetics, GeomOptions
class vline : VLineAesthetics, GeomOptions
class GGBunch : Figure
fun ggplot(data: Map<*, *>? = null, mapping: GenericAesMapping.() -> Unit = {}): Plot
fun ggsize(width: Int, height: Int): OtherPlotFeature
fun lets_plot(data: Map<*, *>? = null, mapping: GenericAesMapping.() -> Unit = {}): Plot
object LetsPlot
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
fun theme(axisTitle: String? = null, axisTitleX: String? = null, axisTitleY: String? = null, axisText: String? = null, axisTextX: String? = null, axisTextY: String? = null, axisTicks: String? = null, axisTicksX: String? = null, axisTicksY: String? = null, axisLine: String? = null, axisLineX: String? = null, axisLineY: String? = null, legendPosition: String? = null, otherOptions: Options = Options.empty()): OtherPlotFeature
package jetbrains.letsPlot.facet
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: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: ABLineMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val intercept: Double?
val linetype: Any?
val size: Double?
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, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Double? = null, mapping: AreaMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Double?
val x: Double?
val y: Double?
class geom_bar : BarAesthetics, LayerBase
Module Contents
geom_bar(data: Map<*, *>? = null, stat: StatOptions = Stat.count(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, width: Double? = null, size: Double? = null, mapping: BarMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val size: Double?
val width: Double?
val x: Double?
val y: Double?
class geom_boxplot : BoxplotAesthetics, BoxplotParameters, LayerBase
Module Contents
geom_boxplot(data: Map<*, *>? = null, stat: StatOptions = Stat.boxplot(), position: PosOptions = Pos.dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: 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: Double? = null, fatten: Double? = null, varWidth: Boolean? = null, coef: Any? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, size: Double? = null, linetype: Any? = null, shape: Any? = null, width: Any? = null, mapping: BoxplotMapping.() -> Unit = {})
val alpha: Double?
val coef: Any?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
val lower: Double?
val middle: Double?
val outlierColor: Any?
val outlierFill: Any?
val outlierShape: Any?
val outlierSize: Double?
fun seal(): Options
val shape: Any?
val size: Double?
val upper: Double?
val varWidth: Boolean?
val width: Any?
val x: Double?
val ymax: Double?
val ymin: 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, fatten: Double? = null, x: Double? = null, ymin: Double? = null, ymax: Double? = null, middle: Double? = null, width: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Double? = null, mapping: CrossBarMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
val middle: Double?
fun seal(): Options
val shape: Any?
val size: Double?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_density : DensityAesthetics, LayerBase
Module Contents
geom_density(data: Map<*, *>? = null, stat: StatOptions = Stat.density(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Double? = null, weight: Any? = null, mapping: DensityMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Double?
val weight: Any?
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, x: Double? = null, ymin: Double? = null, ymax: Double? = null, width: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: ErrorBarMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
val size: Double?
val width: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_freqpoly : LineAesthetics, BinParameters, LayerBase
Module Contents
geom_freqpoly(data: Map<*, *>? = null, stat: StatOptions = Stat.bin(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, binCount: Int = BinParameters.DEF_BIN_COUNT, binWidth: Double? = null, center: Double? = null, boundary: Double? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Double?
val binCount: Int
val binWidth: Double?
val boundary: Double?
val center: Double?
val color: Any?
val linetype: Any?
fun seal(): Options
val size: Double?
val x: Double?
val y: Double?
class geom_histogram : HistogramAesthetics, BinAesthetics, BinParameters, LayerBase
Module Contents
geom_histogram(data: Map<*, *>? = null, stat: StatOptions = Stat.bin(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, size: Double? = null, weight: Any? = null, binCount: Int = BinParameters.DEF_BIN_COUNT, binWidth: Double? = null, center: Double? = null, boundary: Double? = null, mapping: HistogramMapping.() -> Unit = {})
val alpha: Double?
val binCount: Int
val binWidth: Double?
val boundary: Double?
val center: Double?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Double?
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, yIntercept: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: HLineMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
val size: Double?
val yIntercept: Double?
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_line : LineAesthetics, LayerBase
Module Contents
geom_line(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
val size: Double?
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, x: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: LineRangeMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
val size: Double?
val x: Double?
val ymax: Double?
val ymin: Double?
class geom_path : PathAesthetics, LayerBase
Module Contents
geom_path(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, speed: Double? = null, flow: Double? = null, mapping: PathMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val flow: Double?
val linetype: Any?
val size: Double?
val speed: Double?
val x: Double?
val y: Double?
class geom_point : PointAesthetics, LayerBase
Module Contents
geom_point(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Double? = null, stroke: Double? = null, mapping: PointMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val shape: Any?
val size: Double?
val stroke: Double?
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, fatten: Double? = null, x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Double? = null, mapping: PointRangeMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fatten: Double?
val fill: Any?
val linetype: Any?
fun seal(): Options
val shape: Any?
val size: Double?
val x: Double?
val y: Double?
val ymax: Double?
val ymin: Double?
class geom_polygon : PolygonAesthetics, LayerBase
Module Contents
geom_polygon(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, size: Double? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Double? = null, mapping: PolygonMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Double?
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: Double? = null, fill: Any? = null, mapping: RasterMapping.() -> Unit = {})
val alpha: Double?
val fill: Any?
val x: Double?
val y: Double?
class geom_rect : RectAesthetics, LayerBase
Module Contents
geom_rect(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, xmin: Double? = null, xmax: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, fill: Any? = null, mapping: RectMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Double?
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, x: Double? = null, ymin: Double? = null, ymax: Double? = null, size: Double? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Double? = null, mapping: RibbonMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val linetype: Any?
val size: Double?
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, x: Double? = null, y: Double? = null, xend: Double? = null, yend: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, speed: Double? = null, flow: Double? = null, mapping: SegmentMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val flow: Double?
val linetype: Any?
val size: Double?
val speed: Double?
val x: Double?
val xend: Double?
val y: Double?
val yend: 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: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: LineMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
fun seal(): Options
val size: Double?
val x: Double?
val y: Double?
class geom_text : TextAesthetics, LayerBase
Module Contents
geom_text(data: Map<*, *>? = null, stat: StatOptions = Stat.identity, position: PosOptions = identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, label: String? = null, alpha: Double? = null, color: Any? = null, size: Double? = null, family: String? = null, fontface: String? = null, hjust: Any? = null, vjust: Any? = null, angle: Double? = null, mapping: TextMapping.() -> Unit = {})
val alpha: Double?
val angle: Double?
val color: Any?
val family: String?
val fontface: String?
val hjust: Any?
val label: String?
val size: Double?
val vjust: Any?
val x: Double?
val y: Double?
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, x: Double? = null, y: Double? = null, width: Double? = null, height: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Double? = null, mapping: TileMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
val height: Double?
val linetype: Any?
val size: Double?
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, xIntercept: Double? = null, alpha: Double? = null, color: Any? = null, linetype: Any? = null, size: Double? = null, mapping: VLineMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val linetype: Any?
val size: Double?
val xIntercept: Double?
package jetbrains.letsPlot.intern
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, WithGroupOption
interface BoxplotAesthetics : OptionsCapsule
class BoxplotMapping : BoxplotAesthetics, WithGroupOption
Module Contents
BoxplotMapping(x: 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)
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 width: Any?
var x: Any?
var ymax: Any?
var ymin: Any?
interface BoxplotParameters : BoxplotStatParameters
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?
interface ErrorBarAesthetics : OptionsCapsule
class ErrorBarMapping : ErrorBarAesthetics, WithGroupOption
interface HistogramAesthetics : OptionsCapsule
class HistogramMapping : HistogramAesthetics, BinAesthetics, WithGroupOption
interface HLineAesthetics : OptionsCapsule
class HLineMapping : HLineAesthetics, WithGroupOption
interface ImageAesthetics : OptionsCapsule
class ImageMapping : ImageAesthetics, WithGroupOption
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 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 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): OtherPlotFeature
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: Double? = null, barHeight: Double? = null, nBin: Int? = null): Map<String, Any>
fun guide_legend(nRow: Int? = null, nCol: Int? = null, byRow: Boolean? = null): Map<String, Any>
fun scale_color_continuous(low: String, high: String, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_color_discrete(h: Int? = null, c: Int? = null, l: Int? = null, hStart: Int? = null, direction: Int? = null, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_color_gradient(low: String, high: String, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_color_gradient2(low: String, mid: String, high: String, midpoint: Double = 0.0, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_color_grey(start: Int?, end: Int?, direction: Int?, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_color_hue(h: Int?, c: Int?, l: Int?, hStart: Int?, direction: Int?, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_fill_continuous(low: String, high: String, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_fill_discrete(h: Int? = null, c: Int? = null, l: Int? = null, hStart: Int? = null, direction: Int? = null, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_fill_gradient(low: String, high: String, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_fill_gradient2(low: String, mid: String, high: String, midpoint: Double = 0.0, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_fill_grey(start: Int?, end: Int?, direction: Int?, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_fill_hue(h: Int? = null, c: Int? = null, l: Int? = null, hStart: Int? = null, direction: Int? = null, name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_size(range: List<Number>, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: List<Number>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_size_area(maxSize: Number, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: List<Number>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale
fun scale_x_datetime(name: String? = null, breaks: List<Any>? = null, labels: List<String>? = null, limits: List<Any>? = null, expand: Any? = null, naValue: Any? = null): Scale
package jetbrains.letsPlot.stat
Module Contents
class stat_boxplot : BoxplotAesthetics, BoxplotStatParameters, LayerBase
class stat_count : CountAesthetics, BarAesthetics, CountParameters, 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: Double? = null, color: Any? = null, fill: Any? = null, width: Double? = null, size: Double? = null, weight: Double? = null, mapping: CountMapping.() -> Unit = {})
val alpha: Double?
val color: Any?
val fill: Any?
fun seal(): Options
val size: Double?
val weight: Double?
val width: Double?
val x: Double?
val y: Double?
class stat_density : DensityAesthetics, DensityParameters, LayerBase
Module Contents
stat_density(data: Map<*, *>? = null, geom: GeomOptions = area(), position: PosOptions = stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Any? = null, y: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Any? = null, weight: Any? = null, bw: Any? = null, kernel: Any? = null, n: Any? = null, trim: Any? = null, adjust: Any? = null, mapping: DensityMapping.() -> Unit = {})
val adjust: Any?
val alpha: Any?
val bw: Any?
val color: Any?
val fill: Any?
val kernel: Any?
val linetype: Any?
val n: Any?
fun seal(): Options
val size: Any?
val trim: Any?
val weight: Any?
val x: Any?
val y: Any?