LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
plot_misc/__init__.py
plot_misc/_version.py
plot_misc/barchart.py
plot_misc/constants.py
plot_misc/errors.py
plot_misc/forest.py
plot_misc/heatmap.py
plot_misc/incidencematrix.py
plot_misc/machine_learning.py
plot_misc/piechart.py
plot_misc/volcano.py
plot_misc.egg-info/PKG-INFO
plot_misc.egg-info/SOURCES.txt
plot_misc.egg-info/dependency_links.txt
plot_misc.egg-info/requires.txt
plot_misc.egg-info/top_level.txt
plot_misc/example_data/__init__.py
plot_misc/example_data/examples.py
plot_misc/example_data/example_datasets/bar_points.tsv.gz
plot_misc/example_data/example_datasets/barchart.tsv.gz
plot_misc/example_data/example_datasets/calibration_bins.tsv.gz
plot_misc/example_data/example_datasets/calibration_data.tsv.gz
plot_misc/example_data/example_datasets/forest_data.tsv.gz
plot_misc/example_data/example_datasets/group_bar.tsv.gz
plot_misc/example_data/example_datasets/heatmap_data.tsv.gz
plot_misc/example_data/example_datasets/incidence_matrix_data.tsv.gz
plot_misc/example_data/example_datasets/lollipop_data.tsv.gz
plot_misc/example_data/example_datasets/mace_associations.tsv.gz
plot_misc/example_data/example_datasets/net_benefit.tsv.gz
plot_misc/example_data/example_datasets/string_data.txt
plot_misc/example_data/example_datasets/volcano.tsv.gz
plot_misc/utils/__init__.py
plot_misc/utils/colour.py
plot_misc/utils/formatting.py
plot_misc/utils/utils.py