agent0.chainsync.dashboard.plot_utils ===================================== .. py:module:: agent0.chainsync.dashboard.plot_utils .. autoapi-nested-parse:: Plot utilities for dashboard .. !! processed by numpydoc !! Functions --------- .. autoapisummary:: agent0.chainsync.dashboard.plot_utils.reduce_plot_data Module Contents --------------- .. py:function:: reduce_plot_data(data: pandas.DataFrame, x_column_name: str, y_column_name: str) -> pandas.DataFrame Reduces the data we plot by looking for redundant rows with no change, and only return x and y columns :param data: The data to plot. :type data: pd.DataFrame :param x_column_name: The name of the x column :type x_column_name: str :param y_column_name: The name of the y column :type y_column_name: str :returns: The reduced data :rtype: pd.DataFrame .. !! processed by numpydoc !!