hpipy.utils.plotting.plot_series_revision#

class hpipy.utils.plotting.plot_series_revision(source, measure='median', smooth=False)[source]

Bases:

Plot revision for index series.

Parameters:
  • source (BaseHousePriceIndex | pd.DataFrame) – Source object.

  • measure (str, optional) – Measure to plot. Defaults to “median”.

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

Returns:

Revision plot.

Return type:

alt.LayerChart

__call__(**kwargs)

Call self as a function.

__init__(**kwargs)