Dendrogram

Timothy <tegbert@...1550...> writes:

Hope this isn't a sore subject, but are there ways with Matplotlib to
generate dendrograms?

I have no idea why it should be a sore subject, but there seems to be
nothing built in for drawing dendrograms. I'm sure contributions will
be welcomed. :slight_smile:

I guess the first task is to think about how to specify the input.
Matlab's dendrogram function takes a three-column matrix where the
first two columns encode a binary tree and the third column holds the
cluster distances. I think a more intuitive interface should be
possible in Python.

···

--
Jouni K. Sepp�nen