module plot
¶
function plot
¶
1 |
|
This function is to show a non-seasonal detection aproach.
Parameters:
-
x
: Can be numpy.ndarray or pandas.core.series.Series. -
title
: Assigned title. -
xlabel
: X axis title. -
ylabel
: Y axis title. -
**kwargs
: These will be passed to the matplotlib plot, please see full lists at: https
: //matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.plot.html
Returns¶
ax
: Graphic of change detection using the matplotlib plot function.
This file was automatically generated via lazydocs.