79407676

Date: 2025-02-03 02:28:56
Score: 1.5
Natty:
Report link

I'm very, very late to the party, but I found through SciPy's dendrogram link that the icoord output is from a data structure returned after calling the dendrogram function. Just assign a variable to the function call. The dendrogram is still displayed but that long output is not shown.

ex: icoord_list = dendrogram(Z, labels="your labels")

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: D H