Re: GraphicsGrid
- To: mathgroup at smc.vnet.net
- Subject: [mg82390] Re: GraphicsGrid
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Fri, 19 Oct 2007 04:57:05 -0400 (EDT)
- Organization: The Open University, Milton Keynes, UK
- References: <ff77gv$nfs$1@smc.vnet.net>
Bruce Colletti wrote: <snip> > ***** ACTUAL CODE ***** > > n = 7; > X = RandomInteger[{1, 9}, {n, n}]; > perms = {{{1, 2, 3}, {5, 6}}, {{2, 5, 1, 4, 3, 7, 6}}, {Range@4, > Range[5, n]}}; > > g = GraphPlot[convert[#, n], ImageSize -> 100, DirectedEdges -> True, VertexLabeling -> True] & /@ perms; <snip> Bruce, The definition of the function *convert[]* is missing (I do not believe that you meant *Convert[]* from the *Units* package). Regards, -- Jean-Marc