Graph Example 1: Difference between revisions

From RPGS surrounding the Labcats
(Created page with "==Example 01== <graph> graph { output: graphviz; flow: east; linkbase: /sjoptional/index.php/ } node { shape: circle } # declarations (Shipless: [Shipless Woman] {background:...")
 
No edit summary
 
Line 22: Line 22:
# relationships
# relationships


[Shipless Woman] -- Likes --> {color: beige} [Noble Girl]
[Shipless Woman] -- Likes --> {color: gold} [Noble Girl]
[Shipless Boy] -- Son of --> {color: purple} [Noble Man] -- Father of --> {color: purple} [Shipless Boy]
[Shipless Boy] -- Son of --> {color: purple} [Noble Man] -- Father of --> {color: purple} [Shipless Boy]
[Jasper] -- Wants to eat --> {color: green} [Noble Girl],[Shipless Boy]
[Jasper] -- Wants to eat --> {color: green} [Noble Girl],[Shipless Boy]

Latest revision as of 11:11, 30 December 2014

Example 01

Syntax error