plot

fun plot(plot: Plot, id: String = plot.toString(), width: Int = 6, row: Int? = null, col: Int? = null): Plot
fun plot(row: Int? = null, col: Int? = null, id: String? = null, width: Int = 6, block: Plot.() -> Unit): Plot