from signalyzer import Trace

trace = Trace('Signal', [3, 6, 9])
trace //= 2
go.Figure(trace.plot(mode='lines+markers'))