Interactive plotting

Interactive plots use Interact.jl to build a simple GUI to allow viewing of long signals.

SignalAnalysis.iplotMethod
iplot(s; fs, t0, legend, size, ylabel, kwargs...)

Plots interactive timeseries of the signal.

source