toggle menu
Lets-Plot-Kotlin
4.11.0
common
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot.intern.layer
/
GeomOptions
Geom
Options
open
class
GeomOptions
(
val
kind
:
GeomKind
,
val
mapping
:
Options
=
Options.empty()
)
Parameters
kind
The geometry kind.
mapping
Set of aesthetic mappings.
Inheritors
point
path
area
histogram
line
bar
tile
hex
raster
abline
hline
vline
band
rect
segment
text
label
textRepel
labelRepel
boxplot
errorbar
crossbar
pointrange
linerange
ribbon
polygon
map
step
qq
qqLine
pie
lollipop
Members
Constructors
Geom
Options
Link copied to clipboard
constructor
(
kind
:
GeomKind
,
mapping
:
Options
=
Options.empty()
)
Properties
kind
Link copied to clipboard
val
kind
:
GeomKind
mapping
Link copied to clipboard
val
mapping
:
Options
parameters
Link copied to clipboard
open
val
parameters
:
Options