portfolio_toolkit.plot.plot_assets module

portfolio_toolkit.plot.plot_assets.plot_assets(price_series_list, asset_names)[source]

Plots the closing prices for multiple assets.

Parameters:
  • price_series_list (list of pd.Series) – List of closing price series.

  • asset_names (list of str) – List of asset names.

Returns:

None