guidesAlt

fun guidesAlt(vararg guideOptions: Pair<String, Any>): OptionsMap

Function to set guides for scales.

Parameters

guideOptions

Name-guide pairs where name should be an aesthetic name or group name used in the layerKey() function and value can either be a string ("colorbar"/"legend" or "none" to hide the guide) or a call to a guide function (guideColorbar()/guideLegend()) specifying additional arguments, e.g. guides("Group" to guideLegend(title = "Color Zone", ncol = 2).