.bumpversion.cfg
.coveragerc
.editorconfig
.mdformat.toml
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
mypy.ini
pyproject.toml
pytest.ini
ruff.toml
setup.py
tox.ini
.github/actions/setup-python/action.yaml
.github/workflows/check-release-notes.yaml
.github/workflows/ci.yaml
.github/workflows/release.yaml
bin/extract_latest_release_notes.py
bin/open_in_browser.py
bin/update_colors_json.py
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/robots.txt
docs/_static/favicon.ico
docs/_static/charts/basic.html
docs/_static/charts/basic.webp
docs/_static/charts/lincoln_weather.html
docs/_static/charts/lincoln_weather.webp
docs/_static/charts/probly.html
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/logo-wide.png
docs/_static/img/probly_original.jpg
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/api/internal/colors.rst
docs/api/internal/figure_factory.rst
docs/api/internal/kde.rst
docs/api/internal/missing.rst
docs/api/internal/types.rst
docs/api/internal/utils.rst
docs/api/public/ridgeplot.datasets.load_lincoln_weather.rst
docs/api/public/ridgeplot.datasets.load_probly.rst
docs/api/public/ridgeplot.list_all_colorscale_names.rst
docs/api/public/ridgeplot.ridgeplot.rst
docs/development/contributing.md
docs/getting_started/getting_started.md
docs/getting_started/installation.md
docs/reference/alternatives.md
docs/reference/changelog.md
extras/README.md
extras/_compile_plotly_charts.py
extras/_test_helpers.py
extras/_ridgeplot_examples/__init__.py
extras/_ridgeplot_examples/_basic.py
extras/_ridgeplot_examples/_lincoln_weather.py
extras/_ridgeplot_examples/_probly.py
misc/plotly_violin.py
requirements/docs.txt
requirements/local-dev.txt
src/ridgeplot/__init__.py
src/ridgeplot/_colors.py
src/ridgeplot/_figure_factory.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/colors.json
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/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/e2e/test_examples.py
tests/extras/test_compile_plotly_charts.py
tests/extras/test_test_helpers.py
tests/unit/test_colors.py
tests/unit/test_datasets.py
tests/unit/test_figure_factory.py
tests/unit/test_init.py
tests/unit/test_kde.py
tests/unit/test_missing.py
tests/unit/test_ridgeplot.py
tests/unit/test_types.py
tests/unit/test_utils.py
tests/unit/test_version.py