Mercurial > hg > camir-ismir2012
annotate toolboxes/graph_visualisation/share/graphviz/graphs/directed/ctext.gv @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author | Daniel Wolff |
---|---|
date | Fri, 19 Aug 2016 13:07:06 +0200 |
parents | |
children |
rev | line source |
---|---|
Daniel@0 | 1 digraph G { |
Daniel@0 | 2 xyz [label = "hello\nworld",color="slateblue",fontsize=24,fontname="Palatino-Italic",style=filled,fontcolor="hotpink"]; |
Daniel@0 | 3 node [style=filled]; |
Daniel@0 | 4 red [color=red]; |
Daniel@0 | 5 green [color=green]; |
Daniel@0 | 6 blue [color=blue,fontcolor=black]; |
Daniel@0 | 7 cyan [color=cyan]; |
Daniel@0 | 8 magenta [color=magenta]; |
Daniel@0 | 9 yellow [color=yellow]; |
Daniel@0 | 10 orange [color=orange]; |
Daniel@0 | 11 red -> green; |
Daniel@0 | 12 red -> blue; |
Daniel@0 | 13 blue -> cyan; |
Daniel@0 | 14 blue -> magenta; |
Daniel@0 | 15 green -> yellow; |
Daniel@0 | 16 green -> orange; |
Daniel@0 | 17 } |