Timothy <[EMAIL PROTECTED]> writes:

> It appears matplotlib does not have a dendrogram plot. I may be 
> interested in developing one, if I can get a sense for what it would 
> take. Could someone suggest some code I could look at as a model for 
> developing a new plot?

In the file axes.py, search for the comment "Specialized plotting" and
look at the functions after that. The first function is "bar", which
looks quite complicated, but perhaps "stem" would be a good starting
point.

-- 
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-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to