``sensortoolkit.plotting``
--------------------------

The ``sensortoolkit.plotting`` subpackage contains modules for creating various
plots, including timeseries figures displaying sensor and reference measurements,
scatter plotting functions for comparing measurement pairs such as sensor and
reference concentrations, figures for displaying the distribution of meteorological
conditions during the testing period, etc.

Clicking on each module below will open a page with a detailed description and
list of functions included within the module.

.. autosummary::
  :toctree: _autosummary
  :template: custom-module-template.rst
  :recursive:

  sensortoolkit.plotting._distribution
  sensortoolkit.plotting._errorbars
  sensortoolkit.plotting._performance_metrics
  sensortoolkit.plotting._plot_formatting
  sensortoolkit.plotting._scatter
  sensortoolkit.plotting._timeseries
