plot-api / jetbrains.letsPlot.scale / guide_legend

guide_legend

fun guide_legend(nRow: Int? = null, nCol: Int? = null, byRow: Boolean? = null): Map<String, Any>

Legend guide. Legend type guide shows key (i.e., geoms) mapped onto values.

Parameters

nRow - A number of rows in legend's guide

nCol - A number of columns in legend's guide

byRow - A type of output: by row (default), or by column