cyclic graphs
- To: mathgroup at smc.vnet.net
- Subject: [mg71908] cyclic graphs
- From: sonybar <sonybar at dodgeit.com>
- Date: Sun, 3 Dec 2006 06:26:28 -0500 (EST)
- Organization: Wanadoo
hi, i want mathematica to draw graphs from the following input: for every vertex i give a list of edges representing the cyclic order of adjacent edges around that vertex. For example if i give the list abc for the vertex v, when you walk clockwise around the vertex you should see first the edge a, then b, then c. Does anyone know whether this can be done with Combinatorica package or GraphPlot? Or can you give me an idea how to start from scratch? Thanks!