MathGroup Archive 2005

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

Search the Archive

Re: VertexStyle determined by List elements

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54169] Re: [mg54135] VertexStyle determined by List elements
  • From: Chris Chiasson <chris.chiasson at gmail.com>
  • Date: Sat, 12 Feb 2005 01:57:34 -0500 (EST)
  • References: <200502110834.DAA09234@smc.vnet.net>
  • Reply-to: Chris Chiasson <chris.chiasson at gmail.com>
  • Sender: owner-wri-mathgroup at wolfram.com

Is the list of fixed or variable length? What is the function you
would like to use to permute the parameter going to the Disk function?


On Fri, 11 Feb 2005 03:34:01 -0500 (EST), Henning Heiberg-Andersen
<Henning.Heiberg-Andersen at fi.uib.no> wrote:
> 
> 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
> 
> 


-- 
Chris Chiasson
Kettering University
Mechanical Engineering
Graduate Student
1 810 265 3161


  • Prev by Date: Re: temporary file location
  • Next by Date: Re: Quite Upset with NIntegrate
  • Previous by thread: VertexStyle determined by List elements
  • Next by thread: Re: VertexStyle determined by List elements