.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
./ggpubpy/data/iris.csv
./ggpubpy/data/titanic.csv
examples/alluvial_examples.py
examples/basic_usage.py
examples/boxplot_examples.py
examples/boxplot_extra_examples.py
examples/correlation_matrix_example.py
examples/correlation_matrix_extra_examples.py
examples/generate_examples.py
examples/shiftplot_examples.py
examples/shiftplot_extra_examples.py
examples/violinplot_examples.py
examples/violinplot_extra_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
ggpubpy/data/iris.csv
ggpubpy/data/titanic.csv
tests/__init__.py
tests/conftest.py
tests/test_integration.py
tests/test_plots.py