From: <var...@us...> - 2012-11-25 11:06:11
|
Revision: 8534 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8534&view=rev Author: vargenau Date: 2012-11-25 11:06:05 +0000 (Sun, 25 Nov 2012) Log Message: ----------- Remove example display ("dot" not always installed) Modified Paths: -------------- trunk/pgsrc/Help%2FGraphVizPlugin Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-23 21:07:22 UTC (rev 8533) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-25 11:06:05 UTC (rev 8534) @@ -74,24 +74,6 @@ >> }}} -is rendered as - -<<GraphViz -digraph automata_0 { - size ="8.5, 11"; - node [shape = circle]; - 0 [ style = filled, color=lightgrey ]; - 2 [ shape = doublecircle ]; - 0 -> 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 ]; -} ->> - == Author == * [[PhpWiki:ReiniUrban|Reini Urban]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |