.gitignore
CLAUDE.md
LICENSE
README.md
demo_atmosphere.py
demo_native_grid.py
pyproject.toml
.github/workflows/publish.yml
docs/Makefile
docs/plotting-guide.md
docs/images/anomaly_cmap.png
docs/images/center_on_white.png
docs/images/dimensions.png
docs/images/good_vs_bad_intervals.png
docs/images/map_example.png
docs/images/multipanel_example.png
docs/images/pitfall_jet_vs_rdbu.png
docs/images/style_comparison.png
docs/images/timeseries_example.png
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/metrics.rst
docs/source/quickstart.rst
docs/source/style-guide.rst
examples/generate_guide_figures.py
src/climplot/__init__.py
src/climplot/colormaps.py
src/climplot/maps.py
src/climplot/metrics.py
src/climplot/panels.py
src/climplot/style.py
src/climplot/timeseries.py
src/climplot.egg-info/PKG-INFO
src/climplot.egg-info/SOURCES.txt
src/climplot.egg-info/dependency_links.txt
src/climplot.egg-info/requires.txt
src/climplot.egg-info/top_level.txt
src/climplot/data/presentation.mplstyle
src/climplot/data/publication.mplstyle
tests/__init__.py
tests/test_colormaps.py
tests/test_maps.py
tests/test_metrics.py
tests/test_panels.py
tests/test_style.py