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

WithSpatialParameters

interface WithSpatialParameters

Properties

map

abstract val map: SpatialDataset?

mapJoin

abstract val mapJoin: Pair<Any, Any>?

Inheritors

geom_map

Display a filled closed path defined by the vertex coordinates of individual polygons. 'geom_map' is essentially the same as 'geom_polygon' but uses 'coord_map' as default coordinate system.

class geom_map : PolygonAesthetics, WithSpatialParameters, LayerBase

geom_path

Connect observations in the order in which they appear in the data.

class geom_path : PathAesthetics, WithSpatialParameters, LayerBase

geom_point

Draw points defined by an x and y coordinate.

class geom_point : PointAesthetics, WithSizeUnitOption, WithSpatialParameters, LayerBase

geom_polygon

Display a filled closed path defined by the vertex coordinates of individual polygons.

class geom_polygon : PolygonAesthetics, WithSpatialParameters, LayerBase

geom_rect

Display a rectangle defined by the four corners (xmin, xmax, ymin and ymax).

class geom_rect : RectAesthetics, WithSpatialParameters, LayerBase

geom_text

Add a text directly to the plot.

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