hpipy.utils.plotting.plot_series_volatility#
- class hpipy.utils.plotting.plot_series_volatility(source, smooth=False)[source]
Bases:
Plot volatility for index series.
- Parameters:
source (BaseHousePriceIndex | pd.DataFrame) – Source object.
smooth (bool, optional) – Use smoothed index. Defaults to False.
- Returns:
Volatility plot.
- Return type:
alt.LayerChart
- __call__(**kwargs)
Call self as a function.
- __init__(**kwargs)