Date: Mon, 19 Sep 2005 19:28:52 +0100 Mime-Version: 1.0 (Produced by PhpWiki 1.3.11p1) X-Rcs-Id: $Id: GraphVizPlugin,v 1.2 2005-10-10 19:58:13 rurban Exp $ Content-Type: application/x-phpwiki; pagename=GraphVizPlugin; pgsrc_version="2 $Revision: 1.2 $"; flags=""; markup=2; charset=iso-8859-1 Content-Transfer-Encoding: binary ! Example 2 [ label = "a " ]; 0 -> 1 [ label = "other " ]; 1 -> 2 [ label = "a " ]; 1 -> 1 [ label = "other " ]; 2 -> 2 [ label = "a " ]; 2 -> 1 [ label = "other " ]; "Machine: a" [ shape = plaintext ]; } ?> is rendered as 2 [ label = "a " ]; 0 -> 1 [ label = "other " ]; 1 -> 2 [ label = "a " ]; 1 -> 1 [ label = "other " ]; 2 -> 2 [ label = "a " ]; 2 -> 1 [ label = "other " ]; "Machine: a" [ shape = plaintext ]; } ?>