plot-api / jetbrains.letsPlot / GGBunch

GGBunch

class GGBunch : Figure

Constructors

<init>

GGBunch()

Functions

addPlot

fun addPlot(plot: Plot, x: Int, y: Int, width: Int? = null, height: Int? = null): GGBunch

show

fun show(): Unit

toSpec

fun toSpec(): MutableMap<String, Any>