GGBunch

class GGBunch : Figure

Collection of plots created by ggplot function. Use method addPlot() to add plot to 'bunch'. Each plot can have arbitrary location and size. Use show() to draw all plots in bunch.

Examples

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun addPlot(plot: Plot, x: Int, y: Int, width: Int? = null, height: Int? = null): GGBunch
Link copied to clipboard
open override fun show()
Link copied to clipboard