Re: Graph with different edge thicknesses
- To: mathgroup at smc.vnet.net
- Subject: [mg85492] Re: Graph with different edge thicknesses
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 13 Feb 2008 04:01:43 -0500 (EST)
- Organization: Uni Leipzig
- References: <fopbs0$c3b$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
what are "these edge lines" ?? or "these edge".
But
GraphPlot[{1 -> 2, 1 -> 3, 2 -> 4, 2 -> 5},
EdgeRenderingFunction -> ({Thickness[RandomReal[{0.01, 0.04}]],
Arrow[#1]} &)]
look funny.
Regards
Jens
Gaudium wrote:
> Hello all, I created a graph with edges {1->2,1->3,2->4,2->5}. But I
> want that these edge lines have thickness values {0.01,
> 0.02,0.03,0.04} respectively. How can I do that with
> EdgeRenderingFunction? Thank you.
>