VertexStyle determined by List elements
- To: mathgroup at smc.vnet.net
- Subject: [mg54135] VertexStyle determined by List elements
- From: Henning Heiberg-Andersen <Henning.Heiberg-Andersen at fi.uib.no>
- Date: Fri, 11 Feb 2005 03:34:01 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi, I have generated some large graphs with the Combinatorica Package, and have a large List of different variables I would like to apply in the VertexStyle command. More specific, how can I get from typing by hand SetGraphOptions[graph,{1,VertexStyle->Disk[var1]}, {2,VertexStyle->Disk[var2]},... ...{N,VertexStyle->Disk[varN]}] to a more sensible solution? Best regards, Henning Heiberg-Andersen
- Follow-Ups:
- Re: VertexStyle determined by List elements
- From: Chris Chiasson <chris.chiasson@gmail.com>
- Re: VertexStyle determined by List elements