aboutsummaryrefslogtreecommitdiff
path: root/saved/0rfrbnTjeZ.dot
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2017-11-22 18:04:38 -0800
committerÖzgür Kesim <oec@codeblau.de>2017-11-22 18:04:38 -0800
commit82bea0f74a212fe400429a04cc001a81b3ef5099 (patch)
treec5d208484761ada1fc8b90efaa3fc166849490b2 /saved/0rfrbnTjeZ.dot
Initial upload
Diffstat (limited to 'saved/0rfrbnTjeZ.dot')
-rw-r--r--saved/0rfrbnTjeZ.dot14
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}
+}
+