columnPlot

fun columnPlot(plots: Iterable<Plot>, columns: Int, imageSize: Int): Figure

Column plot arranges the given iterable of plots in specified number of columns and creates a single figure from all given plots

Return

a Figure with all given plots

Parameters

plots

that are arranged into single figure

columns

specifies the number of columns in which the plots are arranged

imageSize

is a height and width of the single plot in returned plots figure