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
| Parameter | Type |
|---|---|
plot | Plot |
opts | RidgelineOptions |