MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: what does Method->"HighDimensionalEmbedding" actually do for
  • Next by Date: Re: PolarPlot
  • Previous by thread: Appearance of DendrogramPlot
  • Next by thread: Re: Appearance of DendrogramPlot