.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
./ggpubpy/__init__.py
./ggpubpy/alluvialplot.py
./ggpubpy/boxplot.py
./ggpubpy/correlation_matrix.py
./ggpubpy/datasets.py
./ggpubpy/helper.py
./ggpubpy/plots.py
./ggpubpy/shiftplot.py
./ggpubpy/violinplot.py
examples/alluvial_examples.py
examples/basic_usage.py
examples/correlation_matrix_example.py
examples/generate_examples.py
ggpubpy/__init__.py
ggpubpy/alluvialplot.py
ggpubpy/boxplot.py
ggpubpy/correlation_matrix.py
ggpubpy/datasets.py
ggpubpy/helper.py
ggpubpy/plots.py
ggpubpy/shiftplot.py
ggpubpy/violinplot.py
ggpubpy.egg-info/PKG-INFO
ggpubpy.egg-info/SOURCES.txt
ggpubpy.egg-info/dependency_links.txt
ggpubpy.egg-info/requires.txt
ggpubpy.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_integration.py
tests/test_plots.py