plot-api / jetbrains.letsPlot.scale / guides

guides

fun guides(alpha: Any? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Any? = null, linetype: Any? = null): OptionsMap

Function to set guides for scales. Sets the mapping between scale and guide. The guide can either be a string ("colorbar"/"legend" or "none" to hide the guide) or a call to a guide function (guide_colorbar()/guide_legend()) specifying additional arguments.

Parameters

alpha - String or guide function. The guide for alpha scale.

color - String or guide function. The guide for color scale.

fill - String or guide function. The guide for fill scale.

shape - String or guide function. The guide for shape scale.

size - String or guide function. The guide for size scale.

linetype - String or guide function. The guide for linetype scale.