Skip to main content

Module sweep

Module sweep 

Source
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.
SweepParam
The parameter controlled by a response sweep.

Functions§

response_sweep_view
Build a labelled response sweep from precomputed series.