.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pixi.lock
pixi.toml
pyproject.toml
requirements.txt
setup.py
.github/workflows/pypi-release.yml
example_code/__init__.py
example_code/_palette.py
example_code/example.py
example_code/example_domino.py
example_code/mirna_direction.py
example_code/oral_microbiome.py
example_code/oral_microbiome_fill_only.py
example_code/pathways_nine.py
example_code/zebra_domino.py
example_code/data/ZEBRA_sex_degs_set.csv
example_code/data/sample_dice_data1.csv
example_code/data/sample_dice_data2.csv
example_code/data/sample_dice_miRNA.csv
images/dice_4_categorical.png
images/dice_6_categorical.png
images/dice_9_categorical.png
images/dice_per_dot_continuous.png
images/domino_example.png
images/ggport_mirna_direction.png
images/ggport_oral_microbiome.png
images/ggport_oral_microbiome_fill_only.png
images/ggport_pathways_nine.png
images/ggport_zebra_domino.png
pydiceplot/__init__.py
pydiceplot/_backend.py
pydiceplot/_version.py
pydiceplot.egg-info/PKG-INFO
pydiceplot.egg-info/SOURCES.txt
pydiceplot.egg-info/dependency_links.txt
pydiceplot.egg-info/requires.txt
pydiceplot.egg-info/top_level.txt
pydiceplot/plots/__init__.py
pydiceplot/plots/_plot.py
pydiceplot/plots/backends/__init__.py
pydiceplot/plots/backends/_dice_utils.py
pydiceplot/plots/backends/_domino_utils.py
pydiceplot/plots/backends/_layout.py
pydiceplot/plots/backends/_matplotlib_backend.py
pydiceplot/plots/backends/_plotly_backend.py
tests/__init__.py
tests/test_dice_plot.py
tests/test_domino_plot.py
tests/test_layout.py