MathGroup Archive 2007

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

Search the Archive

Re: Left-to-Right bipartite graph drawing in version 6

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75897] Re: [mg75859] Left-to-Right bipartite graph drawing in version 6
  • From: DrMajorBob <drmajorbob at bigfoot.com>
  • Date: Sun, 13 May 2007 05:39:07 -0400 (EDT)
  • References: <5863106.1178955129036.JavaMail.root@m35>
  • Reply-to: drmajorbob at bigfoot.com

The VertexCoordinateRules option is a possibility, though not an easy one.

Bobby

On Sat, 12 May 2007 02:03:53 -0500, BH <bhshen at gmail.com> wrote:

> In drawing bipartite graphs, the result given in the example below is
> the best I can get so far (Version 6). The partites has top-to-down
> layout. However, I am looking for a layout where one partite is on the
> left side while the other is on the right side. Any method to get this
> done is welcome (preferable by new graph commands in version 6).
> Thanks.
>
> GraphPlot[Join @@ Outer[Rule, {a, b}, {x, y, z}],
>  VertexLabeling -> True, Method -> "LayeredDigraphDrawing"]
>
> BH
>
>
>



-- 
DrMajorBob at bigfoot.com


  • Prev by Date: A fun little problem
  • Next by Date: Re: v.6 RevolutionPlot3D
  • Previous by thread: Re: Left-to-Right bipartite graph drawing in version 6
  • Next by thread: v.6 Manipulate