plot-api / jetbrains.letsPlot.intern.layer.geom / RasterAesthetics

RasterAesthetics

interface RasterAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

fill

abstract val fill: Any?

x

abstract val x: Any?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_raster

Display rectangles defined by the center of the tile (x, y). This is a high performance special function for same-sized tiles. Much faster than geom_tile but doesn't support width/height and color.

class geom_raster : RasterAesthetics, LayerBase

RasterMapping

class RasterMapping : RasterAesthetics, WithGroupOption