MathGroup Archive 2008

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

Search the Archive

what does Method->"HighDimensionalEmbedding" actually do for GraphPlot?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87482] what does Method->"HighDimensionalEmbedding" actually do for GraphPlot?
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Fri, 11 Apr 2008 01:47:17 -0400 (EDT)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • Reply-to: murray at math.umass.edu

What, exactly, is the "HighDimensionalEmbeedding" value for the 
GraphPlot option Method?

And why does the following produce a display that seems to be wrong: the 
displayed graph has only 5 edges instead of the expected 6 for the 
complete graph on 4 vertices?

  GraphPlot[CompleteGraph[4], Method -> "HighDimensionalEmbedding",
     VertexLabeling -> True]
-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: Documentation - what is the big secret?
  • Next by Date: Re: a workaround for large EPS files from ContourPlot
  • Previous by thread: Extracting information from Agglomerate.
  • Next by thread: Re: what does Method->"HighDimensionalEmbedding" actually do for GraphPlot?