+++ /dev/null
-digraph G {
- graph [URL="default.html", BGURL="background.gif"]
- node [URL="\N.html", style=filled]
-
- // edge URLs are not supported by imagemap clients, but they are allowed.
- edge [URL="\N.html"]
-
- hi [color=red]
- medium [color=yellow]
- lo [color=green]
-
- hi->medium->lo
- hi->lo
-}
+++ /dev/null
-digraph G {
- graph [color=white,URL="default.html"]
- node [color=palegreen,style=filled,URL="\N.html"];
- edge [URL="edge.html"]
-
- a [shape=polygon,sides=5,peripheries=3]
- b
- c [shape=polygon,sides=4,skew=.4]
- d [shape=invtriangle]
- e [shape=polygon,sides=4,distortion=.7]
-
- a -> b -> c;
- b -> d;
-}