Difference between revisions of "Wgraph:Example 1"

From FollowTheScore
Jump to: navigation, search
 
Line 24: Line 24:
 
|}
 
|}
  
 +
To see a more complex graph (which will be automatically produced from the contents of this wiki, try the following link:
 +
[[Special:Call/Catgraph,uses2=CalendarSingle,layout=forcedir,userparm=repulsion:300|Graph with relations around '''calendar''']]
 +
 +
continue with [[Wgraph:Example 2]] ..
 +
or      see  [[Wgraph:Example Timebar]] ..
 +
or      see  [[Wgraph:Example Holiday Planner]] ..
 
[[Category:Wgraph]]
 
[[Category:Wgraph]]

Latest revision as of 06:37, 15 August 2007

A first example

WGL source orientation = top_to_bottom
node.color = lightyellow
orientation = left_to_right
node.color = lightmagenta
node.shape = hexagon
node.width = 30
edge.color = red
node A {}
node B {}
node C {}
node D {}
node E {}
edge A D {}
edge A B {}
edge A C {}
edge B C {}
edge B E {}
png | svg |
  node A {} 
node B {}
node C {}
node D {}
node E {}
edge A D {}
edge A B {}
edge A C {}
edge B C {}
edge B E {}
   node.color = lightyellow
 }}
png | svg |
  node A {} 
node B {}
node C {}
node D {}
node E {}
edge A D {}
edge A B {}
edge A C {}
edge B C {}
edge B E {} 
   orientation = left_to_right
   node.color = lightmagenta
   node.shape = hexagon
   node.width = 30
   edge.color = red
 }}

To see a more complex graph (which will be automatically produced from the contents of this wiki, try the following link:

Graph with relations around calendar
continue with Wgraph:Example 2 ..
or       see  Wgraph:Example Timebar ..
or       see  Wgraph:Example Holiday Planner ..