Graph with different edge thicknesses
- To: mathgroup at smc.vnet.net
- Subject: [mg85474] Graph with different edge thicknesses
- From: Gaudium <nesearal at gmail.com>
- Date: Mon, 11 Feb 2008 06:18:37 -0500 (EST)
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.