toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Stat
/
contour
contour
class
contour
(
val
bins
:
Int
?
=
null
,
val
binWidth
:
Number
?
=
null
,
val
mapping
:
ContourStatMapping
.
(
)
->
Unit
=
{}
)
:
StatOptions
,
ContourStatParameters
Members
Constructors
contour
Link copied to clipboard
constructor
(
bins
:
Int
?
=
null
,
binWidth
:
Number
?
=
null
,
mapping
:
ContourStatMapping
.
(
)
->
Unit
=
{}
)
Properties
bins
Link copied to clipboard
open
override
val
bins
:
Int
?
=
null
bin
Width
Link copied to clipboard
open
override
val
binWidth
:
Number
?
=
null
kind
Link copied to clipboard
val
kind
:
StatKind
mapping
Link copied to clipboard
val
mapping
:
Options
parameters
Link copied to clipboard
open
override
val
parameters
:
Options