Re: Appearance of DendrogramPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg87524] Re: [mg87458] Appearance of DendrogramPlot
- From: Darren Glosemeyer <darreng at wolfram.com>
- Date: Sat, 12 Apr 2008 06:58:31 -0400 (EDT)
- References: <200804110542.BAA04662@smc.vnet.net>
W_Craig Carter wrote:
> 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
>
>
As a follow up to the reply I just sent, an alternative method for
visualizing the two main subclusters is to set TruncateDendrogram -> {2,
Infinity} in DendrogramPlot.
Darren Glosemeyer
Wolfram Research
- References:
- Appearance of DendrogramPlot
- From: "W_Craig Carter" <ccarter@mit.edu>
- Appearance of DendrogramPlot