aboutsummaryrefslogtreecommitdiff
path: root/finetune.dot
diff options
context:
space:
mode:
Diffstat (limited to 'finetune.dot')
-rw-r--r--finetune.dot9
1 files changed, 9 insertions, 0 deletions
diff --git a/finetune.dot b/finetune.dot
new file mode 100644
index 0000000..f80b54b
--- /dev/null
+++ b/finetune.dot
@@ -0,0 +1,9 @@
+graph G {
+ 1 [color=blue];
+ 2 [color=red];
+ 3 [color=green];
+ 1 -- 3 [color=red];
+ 4 -- 3;
+ 2 -- 4;
+ 2 -- 3 [color=red];
+}