.bumpversion.cfg
.coveragerc
.editorconfig
.gitignore
.mdformat.toml
.pre-commit-config.yaml
.readthedocs.yaml
AGENTS.md
CHANGES.md
CLAUDE.md
LICENSE
MANIFEST.in
Makefile
README.md
mypy.ini
pyproject.toml
pyrightconfig.json
pytest.ini
ruff.toml
setup.py
tox.ini
.claude/skills
.claude/skills/dropping-and-adding-support-for-python-versions/SKILL.md
.codex/skills
.codex/environments/environment.toml
.codex/skills/dropping-and-adding-support-for-python-versions/SKILL.md
.cursor/skills
.cursor/worktrees.json
.cursor/skills/dropping-and-adding-support-for-python-versions/SKILL.md
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/GOVERNANCE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/SUPPORT.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/actions/setup-python/action.yml
.github/workflows/check-release-notes.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/greet-new-users.yml
.github/workflows/readthedocs-preview.yml
.github/workflows/release.yml
cicd_utils/README.md
cicd_utils/find-unmentioned-prs.sh
cicd_utils/cicd/__init__.py
cicd_utils/cicd/test_helpers.py
cicd_utils/cicd/scripts/__init__.py
cicd_utils/cicd/scripts/extract_latest_release_notes.py
cicd_utils/cicd/scripts/open_in_browser.py
cicd_utils/ridgeplot_examples/__init__.py
cicd_utils/ridgeplot_examples/_base.py
cicd_utils/ridgeplot_examples/_basic.py
cicd_utils/ridgeplot_examples/_basic_hist.py
cicd_utils/ridgeplot_examples/_lincoln_weather.py
cicd_utils/ridgeplot_examples/_lincoln_weather_red_blue.py
cicd_utils/ridgeplot_examples/_probly.py
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/robots.txt
docs/_static/favicon.ico
docs/_static/charts/basic.webp
docs/_static/charts/basic_hist.webp
docs/_static/charts/lincoln_weather.webp
docs/_static/charts/lincoln_weather_red_blue.webp
docs/_static/charts/probly.webp
docs/_static/css/misc_overrides.css
docs/_static/css/versionmodified_admonitions.css
docs/_static/img/hero.png
docs/_static/img/hero2.png
docs/_static/img/hero3.png
docs/_static/img/logo-wide-dark.png
docs/_static/img/logo-wide.png
docs/_static/img/probly_original.jpeg
docs/_static/img/api/types/densities.webp
docs/_static/img/api/types/densities_row.webp
docs/_static/img/api/types/density_trace.webp
docs/_static/img/api/types/samples.webp
docs/_static/img/api/types/samples_row.webp
docs/_static/img/api/types/samples_trace.webp
docs/_static/img/api/types/shallow_densities.webp
docs/_static/img/api/types/shallow_samples.webp
docs/_templates/base.html
docs/api/index.rst
docs/development/contributing.md
docs/development/release_process.md
docs/getting_started/getting_started.md
docs/getting_started/installation.md
docs/reference/alternatives.md
docs/reference/changelog.md
misc/brand/logo-round-dark-bg.png
misc/brand/logo-round-light-bg.png
misc/brand/logo-round.png
misc/brand/logo-square.png
misc/brand/logo.ipynb
misc/brand/requirements.txt
requirements/cicd_utils.txt
requirements/docs.txt
requirements/local-dev.txt
requirements/tests.txt
requirements/typing.txt
skills/dropping-and-adding-support-for-python-versions/SKILL.md
src/ridgeplot/__init__.py
src/ridgeplot/_figure_factory.py
src/ridgeplot/_hist.py
src/ridgeplot/_kde.py
src/ridgeplot/_missing.py
src/ridgeplot/_ridgeplot.py
src/ridgeplot/_types.py
src/ridgeplot/_utils.py
src/ridgeplot/_version.py
src/ridgeplot/py.typed
src/ridgeplot.egg-info/PKG-INFO
src/ridgeplot.egg-info/SOURCES.txt
src/ridgeplot.egg-info/dependency_links.txt
src/ridgeplot.egg-info/requires.txt
src/ridgeplot.egg-info/top_level.txt
src/ridgeplot/_color/__init__.py
src/ridgeplot/_color/colorscale.py
src/ridgeplot/_color/css_colors.py
src/ridgeplot/_color/interpolation.py
src/ridgeplot/_color/utils.py
src/ridgeplot/_obj/__init__.py
src/ridgeplot/_obj/traces/__init__.py
src/ridgeplot/_obj/traces/area.py
src/ridgeplot/_obj/traces/bar.py
src/ridgeplot/_obj/traces/base.py
src/ridgeplot/_vendor/__init__.py
src/ridgeplot/_vendor/_typeis.py
src/ridgeplot/datasets/__init__.py
src/ridgeplot/datasets/data/lincoln-weather.csv
src/ridgeplot/datasets/data/probly-illinois.csv
src/ridgeplot/datasets/data/probly-wadefagen.csv
src/ridgeplot/datasets/data/probly-zonination.csv
tests/conftest.py
tests/cicd_utils/test_ridgeplot_examples.py
tests/cicd_utils/test_test_helpers.py
tests/cicd_utils/test_scripts/test_extract_latest_release_notes.py
tests/cicd_utils/test_scripts/test_scripts_are_executable.py
tests/e2e/test_examples.py
tests/e2e/artifacts/basic.json
tests/e2e/artifacts/basic_hist.json
tests/e2e/artifacts/lincoln_weather.json
tests/e2e/artifacts/lincoln_weather_red_blue.json
tests/e2e/artifacts/probly.json
tests/unit/conftest.py
tests/unit/test_datasets.py
tests/unit/test_figure_factory.py
tests/unit/test_functional.py
tests/unit/test_hist.py
tests/unit/test_init.py
tests/unit/test_kde.py
tests/unit/test_missing.py
tests/unit/test_ridgeplot.py
tests/unit/test_utils.py
tests/unit/test_version.py
tests/unit/color/test_colorscale.py
tests/unit/color/test_css_colors.py
tests/unit/color/test_interpolation.py
tests/unit/color/test_utils.py
tests/unit/obj/traces/test_bar.py
tests/unit/obj/traces/test_init.py