Tutorial¶
Installation¶
PDendro is published on PyPI. You can install the package by the following command:
python -m pip install pdendro
Basic usage¶
PDendro provides the attach_dendrogram() function, which visualize a SciPy linkage
matrix as a dendrogram on a Plotly figure.
Advanced usage¶
See examples for fine-grained control.