hpipy.utils.plotting.plot_series#

class hpipy.utils.plotting.plot_series(source, smooth=False)[source]

Bases:

Plot an index series.

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

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

Returns:

Index series plot.

Return type:

alt.LayerChart

__call__(**kwargs)

Call self as a function.

__init__(**kwargs)