Difference between revisions of "User:Printfxd"

From FollowTheScore
Jump to: navigation, search
(New page: == A first example == {|class=wikitable !WGL source !orientation = top_to_bottom<br>node.color = lightyellow !align=left|orientation = left_to_right<br>node.color ...)
 
Line 23: Line 23:
 
   }}
 
   }}
 
|}
 
|}
 +
==test==
 +
node A {}
 +
node B {}
 +
node C {}
 +
node D {}
 +
node E {}
  
To see a more complex graph (which will be automatically produced from the contents of this wiki, try the following link:
+
edge A D {}
  [[Special:Call/Catgraph,uses2=CalendarSingle,layout=forcedir,userparm=repulsion:300|Graph with relations around '''calendar''']]
+
  edge A B {}
 
+
  edge A C {}
  continue with [[Wgraph:Example 2]] ..
+
  edge B C {}
  or      see  [[Wgraph:Example Timebar]] ..
+
  edge B E {}
  or      see  [[Wgraph:Example Holiday Planner]] ..
 
[[Category:Wgraph]]
 

Revision as of 13:31, 12 August 2009

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
 }}

test

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 {}