Difference between revisions of "Wgraph:Example 1"
From FollowTheScore
Line 1: | Line 1: | ||
− | |||
+ | == A first example == | ||
{|class=wikitable | {|class=wikitable | ||
− | ! | + | ![[Wgraph:Sample 1.wgl|WGL source]] |
− | ! | + | !orientation = top_to_bottom<br>node.color = lightyellow |
+ | !align=left|orientation = left_to_right<br>node.color = lightmagenta<br>node.shape = hexagon<br>node.width = 30<br>edge.color = red | ||
|- | |- | ||
− | | | + | |{{Wgraph:Sample 1.wgl}} |
− | {{#wgraph: | + | |{{#wgraph: name= wgraph_sample_1 | png | svg | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | {{Wgraph:Sample 1.wgl}} | |
− | + | node.color = lightyellow | |
− | + | }} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | node | ||
− | |||
− | |||
− | + | |{{#wgraph: name= wgraph_sample_1a | png | svg | | |
− | + | ||
− | + | {{Wgraph:Sample 1.wgl}} | |
− | + | orientation = left_to_right | |
− | + | node.color = lightmagenta | |
− | + | node.shape = hexagon | |
− | + | node.width = 30 | |
− | + | edge.color = red | |
− | + | }} | |
− | |||
− | |||
− | |||
− | }} | ||
|} | |} | ||
+ | |||
+ | [[Category:Wgraph]] |
Revision as of 11:04, 22 July 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 }} |