Appearance of DendrogramPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg87458] Appearance of DendrogramPlot
- From: "W_Craig Carter" <ccarter at mit.edu>
- Date: Fri, 11 Apr 2008 01:42:48 -0400 (EDT)
I am finding that the leaves of my DendrogramPlot are too short:
Example:
Needs["HierarchicalClustering`"]
DendrogramPlot[{1, 2, 10, 4, 8, -100, -101, -102},
LeafLabels -> (# &), Orientation -> Left]
I am getting the lowest level clusters are not being resolved graphically.
Thanks, Craig
--
W. Craig Carter
- Follow-Ups:
- Re: Appearance of DendrogramPlot
- From: Darren Glosemeyer <darreng@wolfram.com>
- Re: Appearance of DendrogramPlot
- From: Darren Glosemeyer <darreng@wolfram.com>
- Re: Appearance of DendrogramPlot