Re: [graphviz-interest] Style of combined edge

Alexey Romanov <[email protected]> Wed, 28 Jan 2015 00:14:56 -0700 (MST)
Newsgroups gmane.comp.video.graphviz
Message-ID <[email protected]>
Here is an example not working as expected:

digraph G {
concentrate=true
subgraph cluster_s20 {
"s19" [
label="s19:Int"
]
"s20" [
label="s20:Int => Int = s19 => s35 = s33._2"
]
"s19" -> "s20" [style=dashed, color=lightgray, weight=0]
"s33" -> "s20" [style=solid]
{rank=source; s19}
"s33" [
label="s33:(Int, Int) = ThunkForce(s27)"
]
"s27" -> "s33" [style=solid]
subgraph cluster_s27 {
"s27" [
label="s27:Thunk[(Int, Int)] =\lThunk(s30, [s28,s30])"
]
"s30" -> "s27" [style=solid]
"s30" [
label="s30:(Int, Int) = (s19, s28)"
]
"s28" -> "s30" [style=solid]
"s28" [
label="s28:Int = s19 + s19"
]
"s19" -> "s28" [style=solid]
"s19" -> "s30" [style=solid]
{rank=sink; s27}
}
{rank=sink; s20}
}
"s30" [
label="s30:(Int, Int) = (s19, s28)"
]
"s28" -> "s30" [style=solid]
"s28" [
label="s28:Int = s19 + s19"
]
}





--
View this message in context: http://graphviz.996277.n3.nabble.com/Style-of-combined-edge-tp4187p4194.html
Sent from the Graphviz - Interest mailing list archive at Nabble.com.
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest