toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Geom
/
abline
/
abline
abline
constructor
(
slope
:
Number
?
=
null
,
intercept
:
Number
?
=
null
,
alpha
:
Number
?
=
null
,
color
:
Any
?
=
null
,
linetype
:
Any
?
=
null
,
size
:
Number
?
=
null
,
colorBy
:
String
?
=
null
,
mapping
:
ABLineMapping
.
(
)
->
Unit
=
{}
)