Difference between revisions of "Wgraph:Genealogy Graph"
From FollowTheScore
| Line 2: | Line 2: | ||
nodetype female { shape box color #ffdddd bordercolor #ff9999 width 140 textwidth 20 } | nodetype female { shape box color #ffdddd bordercolor #ff9999 width 140 textwidth 20 } | ||
| − | edgetype father { color #7777ff | + | edgetype father { color #7777ff backarrowsize 10 backarrowstyle solid arrowsize 0 } |
| − | edgetype mother { color #ff7777 | + | edgetype mother { color #ff7777 backarrowsize 10 backarrowstyle solid arrowsize 0 } |
edgetype marriage { kind rightnear arrowstyle line backarrowstyle line backarrowsize 10 color #ff77ff } | edgetype marriage { kind rightnear arrowstyle line backarrowstyle line backarrowsize 10 color #ff77ff } | ||
Latest revision as of 19:41, 5 October 2007
nodetype male { shape box color #ddddff bordercolor #9999ff width 140 textwidth 20 }
nodetype female { shape box color #ffdddd bordercolor #ff9999 width 140 textwidth 20 }
edgetype father { color #7777ff backarrowsize 10 backarrowstyle solid arrowsize 0 }
edgetype mother { color #ff7777 backarrowsize 10 backarrowstyle solid arrowsize 0 }
edgetype marriage { kind rightnear arrowstyle line backarrowstyle line backarrowsize 10 color #ff77ff }
nodetype info { color #f0f0f0 borderstyle dashed bordercolor #e0e0e0 }
edgetype info { kind near arrowstyle none linestyle dotted color lightgray }
nodetype 'undefined node' { bordercolor red
// label '%%?'
}
orientation bottom_to_top splines yes