Skip to content

Function: addRidgeline()

ts
function addRidgeline(plot, opts): RidgelineHandle;

Defined in: ml/charts.ts:460

Ridgeline / joyplot — one KDE per group, vertically offset (TensorBoard's "distributions over time"). Ridge i is baselined at y=i; overlap lets neighbours interleave. Feed per-epoch weight/activation samples.

Parameters

ParameterType
plotPlot
optsRidgelineOptions

Returns

RidgelineHandle

MIT licensed. WebGL2 required.