timeseries.Signal.plot¶
-
Signal.
plot
(canvas, title='Signal')[source]¶ Plot the Signal.
Parameters: - canvas : class:
bokeh.plotting.figure.Figure
ormatplotlib.axes._subplots.AxesSubplot
A bokeh or pyplot canvas to draw on. Create one with
canvas = bokeh.plotting.figure()
orfig,canvas = matplotlib.pyplot.subplots()
Notes
You have to save or show axes after running this call.
- canvas : class: