Timothy <[EMAIL PROTECTED]> 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. :-)

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
http://www.iki.fi/jks


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to