plot-api / jetbrains.letsPlot.intern.layer / WithSizeUnitOption

WithSizeUnitOption

interface WithSizeUnitOption : OptionsCapsule

Properties

sizeUnit

abstract val sizeUnit: String?

Functions

seal

open fun seal(): Options

Inheritors

geom_point

Draw points defined by an x and y coordinate.

class geom_point : PointAesthetics, WithSizeUnitOption, WithSpatialParameters, LayerBase

geom_text

Add a text directly to the plot.

class geom_text : TextAesthetics, TextParameters, WithSizeUnitOption, WithSpatialParameters, LayerBase