Re: what does Method->"HighDimensionalEmbedding" actually do for GraphPlot?
- To: mathgroup at smc.vnet.net
- Subject: [mg87532] Re: what does Method->"HighDimensionalEmbedding" actually do for GraphPlot?
- From: "Steve Luttrell" <steve at _removemefirst_luttrell.org.uk>
- Date: Sat, 12 Apr 2008 07:00:02 -0400 (EDT)
- References: <ftmu54$4vq$1@smc.vnet.net>
The default display of the graph causes some of its edges to lie on top of each other. If you click down to node 3 (3 clicks on the graphic of node 3) you can then click-drag it sideways to reveal all of the edges. Stephen Luttrell West Malvern, UK "Murray Eisenberg" <murray at math.umass.edu> wrote in message news:ftmu54$4vq$1 at smc.vnet.net... > 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 >
- Follow-Ups:
- Re: Re: what does Method->"HighDimensionalEmbedding" actually
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: what does Method->"HighDimensionalEmbedding" actually