agent0.chainsync.dashboard.plot_rates
Plot the fixed rate.
Functions
|
Plots the fixed and variable rates. |
Module Contents
- agent0.chainsync.dashboard.plot_rates.plot_rates(fixed_rate: pandas.DataFrame, variable_rate: pandas.DataFrame, axes: matplotlib.axes.Axes) None
Plots the fixed and variable rates.
- Parameters:
fixed_rate (pd.DataFrame) – The fixed rate dataframe.
variable_rate (pd.DataFrame) – The variable rate dataframe.
axes (Axes) – The matplotlib axes to plot on.