Mercurial > hg > camir-aes2014
diff toolboxes/graph_visualisation/share/graphviz/graphs/directed/ctext.gv @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolboxes/graph_visualisation/share/graphviz/graphs/directed/ctext.gv Tue Feb 10 15:05:51 2015 +0000 @@ -0,0 +1,17 @@ +digraph G { + xyz [label = "hello\nworld",color="slateblue",fontsize=24,fontname="Palatino-Italic",style=filled,fontcolor="hotpink"]; + node [style=filled]; + red [color=red]; + green [color=green]; + blue [color=blue,fontcolor=black]; + cyan [color=cyan]; + magenta [color=magenta]; + yellow [color=yellow]; + orange [color=orange]; + red -> green; + red -> blue; + blue -> cyan; + blue -> magenta; + green -> yellow; + green -> orange; +}