timeseries.Signal.plot

Signal.plot(canvas, title='Signal')[source]

Plot the Signal.

Parameters:
canvas : class:bokeh.plotting.figure.Figure or matplotlib.axes._subplots.AxesSubplot

A bokeh or pyplot canvas to draw on. Create one with canvas = bokeh.plotting.figure() or fig,canvas = matplotlib.pyplot.subplots()

Notes

You have to save or show axes after running this call.