guideColorbar

fun guideColorbar(title: String? = null, barWidth: Number? = null, barHeight: Number? = null, nbin: Int? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Any? = null, width: Any? = null, height: Any? = null, linetype: Any? = null, stroke: Any? = null): Map<String, Any>

Continuous color bar guide. Color bar guide shows continuous color scales mapped onto values. Color bar is available with scaleFill and scaleColor.

Parameters

title

Title of guide.

barWidth

Color bar width.

barHeight

Color bar height.

nbin

Number of bins in color bar.

alpha

Transparency level. Can be a single value or a list to customize each key.

color

Line color. Can be a single value or a list to customize each key.

fill

Fill color. Can be a single value or a list to customize each key.

shape

Shape of the point. Can be a single value or a list to customize each key.

size

Size of the geometry. Can be a single value or a list to customize each key.

width

Width. Can be a single value or a list to customize each key.

height

Height. Can be a single value or a list to customize each key.

linetype

Type of the line. Can be a single value or a list to customize each key.

stroke

Width of the shape border. Can be a single value or a list to customize each key.