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

ImageAesthetics

interface ImageAesthetics : OptionsCapsule

Properties

xmax

abstract val xmax: Any?

xmin

abstract val xmin: Any?

ymax

abstract val ymax: Any?

ymin

abstract val ymin: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_image

class geom_image : ImageAesthetics, LayerBase

ImageMapping

class ImageMapping : ImageAesthetics, WithGroupOption