Wgraph:Demo edge labels

From FollowTheScore
Jump to: navigation, search
  • Edges are shown by default.
  • The length of edge labels influences the layout
  • Please DO NOT USE the combination (dirty=YES, display=YES) as it currently crashes the layout program

{{#wgraph:svg|thumb=70|wgl|gdl|

 edge A B { label 'a normal label' }
 edge A B { label 'a label which is a little bit longer than normal' }
 edge A B { label 'another label of some length' }
 edge A C { label 'this edge is leading from A to C' }
 edge A D { label 'this edge is leading from A to D' }
 dirty_edge_labels   no
 late_edge_labels    no
 display_edge_labels yes

}}

{{#form: name= demo | action= /dpldemo/index.php | {{#input: name= title | value = Special:Call/Wgraph:Demo_edge_labels | type=hidden }}

dirty labels:{{#input: name= dirty | type = select | value = |
  • no
  • yes
}}
late edge labels:{{#input: name= late | type = select | value = |
  • no
  • yes
}}
display edges:{{#input: name= display | type = select | value = |
  • yes
  • no
}}
{{#input: type = submit | value = draw }}

}} reset