hpipy.utils.plotting.plot_index#

class hpipy.utils.plotting.plot_index(hpi, show_imputed=False, smooth=False)[source]

Bases:

Plot an index.

Parameters:
  • hpi (BaseHousePriceIndex) – HPI object.

  • show_imputed (bool, optional) – Show imputed values. Defaults to False.

  • smooth (bool, optional) – Use smoothed index. Defaults to False.

Returns:

Index plot.

Return type:

alt.LayerChart

__call__(**kwargs)

Call self as a function.

__init__(**kwargs)