plot-api / jetbrains.letsPlot.geom / geom_image

geom_image

class geom_image : ImageAesthetics, LayerBase

Constructors

<init>

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 = {})

Properties

href

val href: String?

xmax

val xmax: Any?

xmin

val xmin: Any?

ymax

val ymax: Any?

ymin

val ymin: Any?

Functions

seal

fun seal(): Options

Extension Functions

toSpec

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