Difference between revisions of "User:Rfs/Scratch"

From FreekiWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
[[FGVwiki:Signs|Signs]] at vancouver's wiki
 
[[FGVwiki:Signs|Signs]] at vancouver's wiki
  
<graphviz renderer='dot'>
+
<graphviz>
 
digraph D {
 
digraph D {
   a -> b [weight=1]
+
   a -> b
   a -> c [weight=1]
+
   a -> c
   a -> d [weight=8]
+
   a -> d
   b -> c [weight=8]
+
  a -> d
   b -> d [weight=1]
+
  a -> d
   c -> d [weight=1]
+
  b -> c
 +
  b -> c
 +
   b -> c
 +
   b -> d
 +
   c -> d
  
 
}
 
}

Revision as of 09:51, 22 October 2009

My Page Name (on the secure wiki


Signs at vancouver's wiki

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

'circo':
'dot':
'fdp':
'neato':
'twopi':