Wgraph:Ming01.wgl

From FollowTheScore
Revision as of 13:46, 12 August 2009 by Printfxd (talk | contribs)
Jump to: navigation, search
 1:   graph "Tutorial_edge_layout" . {
 2:   node A {}
 3:   node B {}
 4:   node C {}
 5:   node D {}
 6:   node E {}
 7:   node F {}
 8:   edge A B {label "some text" linestyle dashed color blue thickness 4}
 9:   edge C D {label "some text" linestyle dotted 
10:             arrowstyle 'half rhomb + filled circle' arrowcolor red
11:             backarrowstyle 'filled circle + filled half box + dslash' backarrowsize 14 backarrowcolor magenta}
12:   edge A E {kind leftbentnear}
13:   edge A F {kind rightnear}
14: 
15:   nodetype * {width 40 height 20 color yellow}
16:   yspace 300 splines yes
17: }