Re: Changing Graph style
- To: mathgroup at smc.vnet.net
- Subject: [mg114485] Re: Changing Graph style
- From: Yaroslav Bulatov <yaroslavvb at gmail.com>
- Date: Sun, 5 Dec 2010 21:54:29 -0500 (EST)
- References: <idag78$jmk$1@smc.vnet.net> <idd7ks$n8c$1@smc.vnet.net>
On Dec 4, 3:11 am, dr DanW <dmaxwar... at gmail.com> wrote: > Particularly disappointing is that Graph can't deal with mixed graphs > (directed and undirected edges in the same graph) or multiple edges > between a single pair of nodes. This limits Graph from working with > many legitimate and interesting graph problems. They sure look > pretty, though. > > Daniel How about Graph[{1 -> 2, 2 -> 3, 3 -> 2}] for a graph with 1 undirected and 1 directed edge and using EdgeWeight to represent multiplicity of each edge?