Expand description
Parameter sweeps: slider/knob-driven plots with snapshot and compare.
A sweep is a parametric series y = f(x; param). A slider or knob drives
param through intent/set-param; each change recomputes the series and
re-renders the plot live. Snapshots freeze the current series so several
parameter settings can be compared in one overlaid plot.
Structs§
- Sweep
- A live parameter sweep over a built-in linear family
y = param * x. - Sweep
Param - The parameter controlled by a response sweep.
Functions§
- response_
sweep_ view - Build a labelled response sweep from precomputed series.