README.md
pyproject.toml
src/gerg_plotting/__init__.py
src/gerg_plotting.egg-info/PKG-INFO
src/gerg_plotting.egg-info/SOURCES.txt
src/gerg_plotting.egg-info/dependency_links.txt
src/gerg_plotting.egg-info/requires.txt
src/gerg_plotting.egg-info/top_level.txt
src/gerg_plotting/data_classes/__init__.py
src/gerg_plotting/data_classes/bathy.py
src/gerg_plotting/data_classes/bounds.py
src/gerg_plotting/data_classes/data.py
src/gerg_plotting/data_classes/variable.py
src/gerg_plotting/modules/__init__.py
src/gerg_plotting/modules/calculations.py
src/gerg_plotting/modules/filters.py
src/gerg_plotting/modules/plotting.py
src/gerg_plotting/modules/utilities.py
src/gerg_plotting/modules/validations.py
src/gerg_plotting/plotting_classes/__init__.py
src/gerg_plotting/plotting_classes/animator.py
src/gerg_plotting/plotting_classes/coverage_plot.py
src/gerg_plotting/plotting_classes/histogram.py
src/gerg_plotting/plotting_classes/map_plot.py
src/gerg_plotting/plotting_classes/plotter.py
src/gerg_plotting/plotting_classes/plotter_3d.py
src/gerg_plotting/plotting_classes/scatter_plot.py
src/gerg_plotting/plotting_classes/scatter_plot_3d.py
src/gerg_plotting/tools/__init__.py
src/gerg_plotting/tools/tools.py
src/tests/__init__.py
src/tests/test_tools.py
src/tests/test_data_classes/test_Bathy.py
src/tests/test_data_classes/test_Bounds.py
src/tests/test_data_classes/test_Data.py
src/tests/test_data_classes/test_Variable.py
src/tests/test_modules/test_calculations.py
src/tests/test_modules/test_filters.py
src/tests/test_modules/test_plotting.py
src/tests/test_modules/test_utilities.py
src/tests/test_modules/test_validations.py
src/tests/test_plotting_classes/test_Animator.py
src/tests/test_plotting_classes/test_CoveragePlot.py
src/tests/test_plotting_classes/test_Histogram.py
src/tests/test_plotting_classes/test_MapPlot.py
src/tests/test_plotting_classes/test_Plotter.py
src/tests/test_plotting_classes/test_Plotter3d.py
src/tests/test_plotting_classes/test_ScatterPlot.py
src/tests/test_plotting_classes/test_ScatterPlot3d.py