from signalyzer import Trace

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