plot-api / jetbrains.letsPlot.label / labs

labs

fun labs(title: String? = null, x: String? = null, y: String? = null, alpha: String? = null, color: String? = null, fill: String? = null, shape: String? = null, size: String? = null, width: String? = null, height: String? = null, linetype: String? = null): FeatureList

Change plot title, axis labels and legend titles.

Parameters

title - string. The plot title text.

x - string. The x-axis text.

y - string. The y-axis text.

alpha - string. The legend title text.

color - string. The legend title text.

fill - string. The legend title text.

shape - string. The legend title text.

size - string. The legend title text.

width - string. The legend title text.

height - string. The legend title text.

linetype - string. The legend title text.