.coveragerc
.gitattributes
.gitignore
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
README_pypi.md
paper.bib
paper.md
paper.pdf
pyproject.toml
requirements.txt
.github/workflows/test_coverage.yml
.github/workflows_inactive/codecov.yml
How_To_Use/dimensions.ipynb
How_To_Use/quick_example_fmri.ipynb
How_To_Use/quick_example_fmri_files/example.png
How_To_Use/quick_example_fmri_files/example.xlsx
How_To_Use/quick_example_fmri_files/quick_example_fmri_7_0.png
Logo/plotastic_logo.afdesign
Logo/plotastic_logo.png
devtools/readme_for_pypi.py
devtools/update_version.py
devtools/upload_to_pypi.sh
devtools/tomltovenv/LICENSE
devtools/tomltovenv/README.rst
devtools/tomltovenv/__init__.py
devtools/tomltovenv/__main__.py
devtools/tomltovenv/dependencies.py
devtools/tomltovenv/prepare.py
devtools/tomltovenv/rc.py
devtools/tomltovenv/utils_ttv.py
src/docs/Makefile
src/docs/conf.py
src/docs/index.rst
src/docs/make.bat
src/docs/modules.rst
src/docs/plotastic.dataanalysis.rst
src/docs/plotastic.dimensions.rst
src/docs/plotastic.plotting.rst
src/docs/plotastic.rst
src/docs/plotastic.stat.rst
src/docs/plotastic.utils.rst
src/docs/_build/.buildinfo
src/docs/_build/genindex.html
src/docs/_build/index.html
src/docs/_build/modules.html
src/docs/_build/objects.inv
src/docs/_build/plotastic.dataanalysis.html
src/docs/_build/plotastic.dimensions.html
src/docs/_build/plotastic.html
src/docs/_build/plotastic.plotting.html
src/docs/_build/plotastic.stat.html
src/docs/_build/plotastic.utils.html
src/docs/_build/py-modindex.html
src/docs/_build/search.html
src/docs/_build/searchindex.js
src/docs/_build/.doctrees/environment.pickle
src/docs/_build/.doctrees/index.doctree
src/docs/_build/.doctrees/modules.doctree
src/docs/_build/.doctrees/plotastic.dataanalysis.doctree
src/docs/_build/.doctrees/plotastic.dimensions.doctree
src/docs/_build/.doctrees/plotastic.doctree
src/docs/_build/.doctrees/plotastic.plotting.doctree
src/docs/_build/.doctrees/plotastic.stat.doctree
src/docs/_build/.doctrees/plotastic.utils.doctree
src/docs/_build/_modules/index.html
src/docs/_build/_modules/plotastic/dimensions/dims.html
src/docs/_build/_sources/index.rst.txt
src/docs/_build/_sources/modules.rst.txt
src/docs/_build/_sources/plotastic.dataanalysis.rst.txt
src/docs/_build/_sources/plotastic.dimensions.rst.txt
src/docs/_build/_sources/plotastic.plotting.rst.txt
src/docs/_build/_sources/plotastic.rst.txt
src/docs/_build/_sources/plotastic.stat.rst.txt
src/docs/_build/_sources/plotastic.utils.rst.txt
src/docs/_build/_static/_sphinx_javascript_frameworks_compat.js
src/docs/_build/_static/basic.css
src/docs/_build/_static/doctools.js
src/docs/_build/_static/documentation_options.js
src/docs/_build/_static/file.png
src/docs/_build/_static/jquery.js
src/docs/_build/_static/language_data.js
src/docs/_build/_static/minus.png
src/docs/_build/_static/plus.png
src/docs/_build/_static/pygments.css
src/docs/_build/_static/searchtools.js
src/docs/_build/_static/sphinx_highlight.js
src/docs/_build/_static/css/badge_only.css
src/docs/_build/_static/css/theme.css
src/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff
src/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff2
src/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff
src/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff2
src/docs/_build/_static/css/fonts/fontawesome-webfont.eot
src/docs/_build/_static/css/fonts/fontawesome-webfont.svg
src/docs/_build/_static/css/fonts/fontawesome-webfont.ttf
src/docs/_build/_static/css/fonts/fontawesome-webfont.woff
src/docs/_build/_static/css/fonts/fontawesome-webfont.woff2
src/docs/_build/_static/css/fonts/lato-bold-italic.woff
src/docs/_build/_static/css/fonts/lato-bold-italic.woff2
src/docs/_build/_static/css/fonts/lato-bold.woff
src/docs/_build/_static/css/fonts/lato-bold.woff2
src/docs/_build/_static/css/fonts/lato-normal-italic.woff
src/docs/_build/_static/css/fonts/lato-normal-italic.woff2
src/docs/_build/_static/css/fonts/lato-normal.woff
src/docs/_build/_static/css/fonts/lato-normal.woff2
src/docs/_build/_static/js/badge_only.js
src/docs/_build/_static/js/html5shiv-printshiv.min.js
src/docs/_build/_static/js/html5shiv.min.js
src/docs/_build/_static/js/theme.js
src/plotastic/.DS_Store
src/plotastic/__init__.py
src/plotastic/caches.py
src/plotastic/docstrings.py
src/plotastic/py.typed
src/plotastic.egg-info/PKG-INFO
src/plotastic.egg-info/SOURCES.txt
src/plotastic.egg-info/dependency_links.txt
src/plotastic.egg-info/requires.txt
src/plotastic.egg-info/top_level.txt
src/plotastic/dataanalysis/__init__.py
src/plotastic/dataanalysis/annotator.py
src/plotastic/dataanalysis/dataanalysis.py
src/plotastic/dataanalysis/filer.py
src/plotastic/dimensions/__init__.py
src/plotastic/dimensions/dataframetool.py
src/plotastic/dimensions/dims.py
src/plotastic/dimensions/dimsandlevels.py
src/plotastic/example_data/__init__.py
src/plotastic/example_data/load_dataset.py
src/plotastic/example_data/data/fmri.xlsx
src/plotastic/example_data/data/qpcr.xlsx
src/plotastic/example_data/data/tips.xlsx
src/plotastic/plotting/__init__.py
src/plotastic/plotting/multiplot.py
src/plotastic/plotting/plotedits.py
src/plotastic/plotting/plottool.py
src/plotastic/plotting/rc.py
src/plotastic/stat/__init__.py
src/plotastic/stat/assumptions.py
src/plotastic/stat/bivariate.py
src/plotastic/stat/omnibus.py
src/plotastic/stat/posthoc.py
src/plotastic/stat/statresults.py
src/plotastic/stat/stattest.py
src/plotastic/utils/__init__.py
src/plotastic/utils/subcache.py
src/plotastic/utils/utils.py
tests/conftest.py
tests/pytest.ini
tests/run_tests_in_new_env.py
tests/dataanalysis_test/annotator_test.py
tests/dataanalysis_test/filer_test.py
tests/dataanalysis_test/save_test.py
tests/dimensions_test/dims_test.py
tests/dimensions_test/dimsandlevels_test.py
tests/joblib/conftest/get_DA_all/func_code.py
tests/joblib/conftest/get_DA_all/c1589ea5535064b588b2f6922e898473/metadata.json
tests/joblib/conftest/get_DA_all/c1589ea5535064b588b2f6922e898473/output.pkl
tests/joblib/conftest/get_DA_plot/func_code.py
tests/joblib/conftest/get_DA_plot/c1589ea5535064b588b2f6922e898473/metadata.json
tests/joblib/conftest/get_DA_plot/c1589ea5535064b588b2f6922e898473/output.pkl
tests/joblib/conftest/get_DA_statistics/func_code.py
tests/joblib/conftest/get_DA_statistics/c1589ea5535064b588b2f6922e898473/metadata.json
tests/joblib/conftest/get_DA_statistics/c1589ea5535064b588b2f6922e898473/output.pkl
tests/joblib/testconfigs/load_dataset/func_code.py
tests/joblib/testconfigs/load_dataset/217a4b4bdbb7a2ed71117118b810b34e/metadata.json
tests/joblib/testconfigs/load_dataset/217a4b4bdbb7a2ed71117118b810b34e/output.pkl
tests/joblib/testconfigs/load_dataset/56c07b944f38cd4eae82b1f88316f63f/metadata.json
tests/joblib/testconfigs/load_dataset/56c07b944f38cd4eae82b1f88316f63f/output.pkl
tests/joblib/testconfigs/load_dataset/a235a5dce86c16540761d13ea8f46c10/metadata.json
tests/joblib/testconfigs/load_dataset/a235a5dce86c16540761d13ea8f46c10/output.pkl
tests/others_test/load_dataset_test.py
tests/stat_test/assumptions_test.py
tests/stat_test/omnibus_test.py