from signalyzer import Trace

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