agent0.chainsync.dashboard.plot_share_price

Plot the fixed rate.

Functions

plot_share_price(→ None)

Plots the vault share price.

Module Contents

agent0.chainsync.dashboard.plot_share_price.plot_share_price(vault_share_price: pandas.DataFrame, axes: matplotlib.axes.Axes) None

Plots the vault share price.

Parameters:
  • vault_share_price (pd.DataFrame) – The vault_share_price dataframe.

  • axes (Axes) – The matplotlib axes to plot on.