diff options
Diffstat (limited to 'saved/0rfrbnTjeZ.dot')
-rw-r--r-- | saved/0rfrbnTjeZ.dot | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/saved/0rfrbnTjeZ.dot b/saved/0rfrbnTjeZ.dot new file mode 100644 index 0000000..2adb472 --- /dev/null +++ b/saved/0rfrbnTjeZ.dot @@ -0,0 +1,14 @@ + +digraph test123 { + a -> b -> c; + a -> {x y}; + b [shape=box]; + c [label="hello\nworld",color=blue,fontsize=13, + fontname="Palatino-Italic",fontcolor=red,style=filled]; + a -> z [label="hi", weight=100]; + x -> z [label="multi-line\nlabel"]; + edge [style=dashed,color=red]; + b -> x; + {rank=same; b x} +} + |