toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Stat
/
yDotplot
y
Dotplot
class
yDotplot
(
val
bins
:
Int
?
=
null
,
val
binWidth
:
Number
?
=
null
,
val
center
:
Number
?
=
null
,
val
boundary
:
Number
?
=
null
,
val
method
:
String
?
=
null
,
val
mapping
:
YDotplotStatMapping
.
(
)
->
Unit
=
{}
)
:
StatOptions
,
YDotplotStatParameters
Members
Constructors
y
Dotplot
Link copied to clipboard
constructor
(
bins
:
Int
?
=
null
,
binWidth
:
Number
?
=
null
,
center
:
Number
?
=
null
,
boundary
:
Number
?
=
null
,
method
:
String
?
=
null
,
mapping
:
YDotplotStatMapping
.
(
)
->
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
boundary
Link copied to clipboard
open
override
val
boundary
:
Number
?
=
null
center
Link copied to clipboard
open
override
val
center
:
Number
?
=
null
kind
Link copied to clipboard
val
kind
:
StatKind
mapping
Link copied to clipboard
val
mapping
:
Options
method
Link copied to clipboard
open
override
val
method
:
String
?
=
null
parameters
Link copied to clipboard
open
override
val
parameters
:
Options