agent0.chainsync.dashboard.plot_rates ===================================== .. py:module:: agent0.chainsync.dashboard.plot_rates .. autoapi-nested-parse:: Plot the fixed rate. .. !! processed by numpydoc !! Functions --------- .. autoapisummary:: agent0.chainsync.dashboard.plot_rates.plot_rates Module Contents --------------- .. py:function:: plot_rates(fixed_rate: pandas.DataFrame, variable_rate: pandas.DataFrame, axes: matplotlib.axes.Axes) -> None Plots the fixed and variable rates. :param fixed_rate: The fixed rate dataframe. :type fixed_rate: pd.DataFrame :param variable_rate: The variable rate dataframe. :type variable_rate: pd.DataFrame :param axes: The matplotlib axes to plot on. :type axes: Axes .. !! processed by numpydoc !!