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
- Follow-Ups:
- Re: Re: EdgeRenderingFunction to produce edge labels in
- From: Carl Woll <carlw@wolfram.com>
- Re: Re: EdgeRenderingFunction to produce edge labels in