.gitignore
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
README.md
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE/README.md
.github/PULL_REQUEST_TEMPLATE/new_plot.md
.github/workflows/cdci.yml
docs/.gitignore
docs/Makefile
docs/README.md
docs/conf.py
docs/index.md
docs/split_readme.py
docs/api_examples/bar_plot.ipynb
docs/api_examples/bar_plot.py
docs/api_examples/box_violin_plot.ipynb
docs/api_examples/box_violin_plot.py
docs/api_examples/histogram_plot.ipynb
docs/api_examples/histogram_plot.py
docs/api_examples/jupytext.toml
docs/api_examples/line_plot.ipynb
docs/api_examples/line_plot.py
docs/api_examples/scatter_plot.ipynb
docs/api_examples/scatter_plot.py
docs/images/logo/vuecore_logo.png
docs/images/logo/vuecore_logo.svg
docs/images/logo/vuecore_logo_small.png
docs/images/logo/vuecore_logo_small.svg
src/vuecore/README.md
src/vuecore/__init__.py
src/vuecore/color_list.py
src/vuecore/constants.py
src/vuecore/decomposition.py
src/vuecore/dendrogram.py
src/vuecore/linkers.py
src/vuecore/metrics.py
src/vuecore/translate.py
src/vuecore/utils_old.py
src/vuecore/viz.py
src/vuecore/wgcna.py
src/vuecore.egg-info/PKG-INFO
src/vuecore.egg-info/SOURCES.txt
src/vuecore.egg-info/dependency_links.txt
src/vuecore.egg-info/not-zip-safe
src/vuecore.egg-info/requires.txt
src/vuecore.egg-info/top_level.txt
src/vuecore/engines/__init__.py
src/vuecore/engines/registry.py
src/vuecore/engines/plotly/__init__.py
src/vuecore/engines/plotly/bar.py
src/vuecore/engines/plotly/box.py
src/vuecore/engines/plotly/histogram.py
src/vuecore/engines/plotly/line.py
src/vuecore/engines/plotly/plot_builder.py
src/vuecore/engines/plotly/saver.py
src/vuecore/engines/plotly/scatter.py
src/vuecore/engines/plotly/theming.py
src/vuecore/engines/plotly/violin.py
src/vuecore/plots/__init__.py
src/vuecore/plots/plot_factory.py
src/vuecore/plots/basic/__init__.py
src/vuecore/plots/basic/bar.py
src/vuecore/plots/basic/box.py
src/vuecore/plots/basic/histogram.py
src/vuecore/plots/basic/line.py
src/vuecore/plots/basic/scatter.py
src/vuecore/plots/basic/violin.py
src/vuecore/schemas/__init__.py
src/vuecore/schemas/plotly_base.py
src/vuecore/schemas/basic/bar.py
src/vuecore/schemas/basic/box.py
src/vuecore/schemas/basic/histogram.py
src/vuecore/schemas/basic/line.py
src/vuecore/schemas/basic/scatter.py
src/vuecore/schemas/basic/violin.py
src/vuecore/utils/__init__.py
src/vuecore/utils/docs_utils.py
src/vuecore/utils/statistics.py
tests/test_barplot.py
tests/test_boxplot.py
tests/test_docs_utils.py
tests/test_histogramplot.py
tests/test_lineplot.py
tests/test_scatterplot.py
tests/test_violinplot.py