plotlykt-core
/
space.kscience.plotly
/
PlotGrid
jvm
Plot
Grid
class
PlotGrid
Content copied to clipboard
Types
Functions
Properties
Types
PlotCell
Link copied to clipboard
jvm
data class
PlotCell
(id:
String
, plot:
Plot
, row:
Int
, col:
Int
, width:
Int
)
Content copied to clipboard
Functions
get
Link copied to clipboard
jvm
operator fun
get
(id:
String
):
PlotGrid.PlotCell
?
Content copied to clipboard
plot
Link copied to clipboard
jvm
fun
plot
(row:
Int
? = null, col:
Int
? = null, id:
String
? = null, width:
Int
= 6, block:
Plot
.() ->
Unit
):
Plot
Content copied to clipboard
fun
plot
(plot:
Plot
, id:
String
= plot.toString(), width:
Int
= 6, row:
Int
? = null, col:
Int
? = null):
Plot
Content copied to clipboard
Properties
grid
Link copied to clipboard
jvm
val
grid
:
List
<
List
<
PlotGrid.PlotCell
>>
Content copied to clipboard