Wgraph:Example Timebar
From Dpldemo
Timebar Demo
This is a very simple demo for the use of absolute node positions. It uses nodetypes which assign a person to an epoch (and derive the color from that).
{{#wgraph:wgl|svg|thumb=120|gdl|
xfactor 8 yfactor 4 node.height 10 xoffset 1685
{{Wgraph:Timeline Person|Wolfgang Amadeus Mozart|born=1756|died=1791|row=10|epoch=classic}}
...
{{Wgraph:Timeline Person|Ludwig van Beethoven |born=1770|died=1827|row=20|epoch=classic}}
{{Wgraph:Timeline Tick|1700|10|30}}
...
nodetype classic { color lightred }
...
}}
(made with Wgraph)