hpipy.utils.plotting.plot_index_volatility#

class hpipy.utils.plotting.plot_index_volatility(volatility_df)[source]

Bases:

Plot index volatility.

Parameters:

volatility_df (pd.DataFrame) – Volatility DataFrame.

Returns:

Volatility plot.

Return type:

alt.LayerChart

__call__(**kwargs)

Call self as a function.

__init__(**kwargs)