Visualizations
==============

.. automodule:: gaitmap_challenges.visualization
    :no-members:
    :no-inherited-members:

Boxplot
-------

.. currentmodule:: gaitmap_challenges.visualization

.. autosummary::
   :toctree: generated/challenges/visualization
   :template: class.rst

    SingleMetricBoxplot

.. autosummary::
   :toctree: generated/challenges/visualization
   :template: function.rst

    box_plot_matplotlib
    box_plot_bokeh

Helper Functions
~~~~~~~~~~~~~~~~

.. autosummary::
   :toctree: generated/challenges/visualization
   :template: function.rst

    group_by_data_label


Residual Plot
-------------

.. autosummary::
   :toctree: generated/challenges/visualization
   :template: class.rst

    ResidualPlot

.. autosummary::
   :toctree: generated/challenges/visualization
   :template: function.rst

    residual_plot_matplotlib
    residual_plot_bokeh

Utils
-----

.. autosummary::
   :toctree: generated/challenges/visualization
   :template: function.rst

    replace_legend_labels
