MathGroup Archive 2008

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

Search the Archive

Re: EdgeRenderingFunction to produce edge labels in GraphPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87718] Re: EdgeRenderingFunction to produce edge labels in GraphPlot
  • From: P_ter <petervansummeren at gmail.com>
  • Date: Wed, 16 Apr 2008 05:02:03 -0400 (EDT)

Carl Woll writes:
DeleteCases[
Thread[Range[Length[vertices]] -> (VertexLabel /.
vertices[[All,2 ;;]])],
_ -> VertexLabel
];
I am just curious. Why the DeleteCases? In this simple example DeleteCases does nothing. In what kind of graph would it have a function?
with friendly greetings,
P_ter


  • Prev by Date: Dynamic (more)
  • Next by Date: List re-arrangement question
  • Previous by thread: Re: Re: EdgeRenderingFunction to produce edge
  • Next by thread: Re: Re: EdgeRenderingFunction to produce edge labels in