plot-api / jetbrains.letsPlot.bistro.corr / CorrPlot / points

points

fun points(type: String? = null, diag: Boolean? = null): CorrPlot

Add points layer to corr plot.

Parameters

type - Type of the matrix: "upper", "lower" or "full". Default - contextual.

diag - Whether to fill the main diagonal with values or not. Default - contextual.