class GGBunch : Figure
<init> |
GGBunch() |
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> |