toggle menu
Lets-Plot-Kotlin
4.11.0
common
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot.intern.layer.stat
/
ECDFStatMapping
ECDFStat
Mapping
class
ECDFStatMapping
(
var
x
:
Any
?
=
null
,
var
y
:
Any
?
=
null
)
:
ECDFStatAesthetics
Aesthetic mappings supported by
statECDF()
.
Parameters
x
X-axis coordinates.
y
Y-axis coordinates.
Members
Constructors
ECDFStat
Mapping
Link copied to clipboard
constructor
(
x
:
Any
?
=
null
,
y
:
Any
?
=
null
)
Properties
x
Link copied to clipboard
open
override
var
x
:
Any
?
y
Link copied to clipboard
open
override
var
y
:
Any
?