timeatlas.plots.time_series.kde_plot

timeatlas.plots.time_series.kde_plot(ts: TimeSeries) → numpy.ndarray

KDE plot

Display a KDE plot through time with a line plot underneath

Parameters

ts – TimeSeries - the time series to plot

Returns

numpy.ndarray[matplotlib.axes._subplots.AxesSubplot]