MathGroup Archive 2005

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

Search the Archive

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


  • Prev by Date: Re: Derivative of g(z) = Arg(z) and f(z) = Re(z) + Im(z)?
  • Next by Date: Re: precision of numbers
  • Previous by thread: Re: Re: [Mathematica 5.1] Bug Report - Two numerical values for a same variable
  • Next by thread: Re: VertexStyle determined by List elements