summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/example/MapperDeltaFunc.dot
diff options
context:
space:
mode:
Diffstat (limited to 'src/Nerve_GIC/example/MapperDeltaFunc.dot')
-rw-r--r--src/Nerve_GIC/example/MapperDeltaFunc.dot10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Nerve_GIC/example/MapperDeltaFunc.dot b/src/Nerve_GIC/example/MapperDeltaFunc.dot
new file mode 100644
index 00000000..beafa7f1
--- /dev/null
+++ b/src/Nerve_GIC/example/MapperDeltaFunc.dot
@@ -0,0 +1,10 @@
+graph Mapper {
+0[shape=circle fontcolor=black color=black label="0:26" style=filled fillcolor="0, 1, 1"]
+1[shape=circle fontcolor=black color=black label="1:4" style=filled fillcolor="0.240095, 1, 1"]
+2[shape=circle fontcolor=black color=black label="2:11" style=filled fillcolor="0.209621, 1, 1"]
+3[shape=circle fontcolor=black color=black label="3:42" style=filled fillcolor="0.6, 1, 1"]
+ 0 -- 1 [weight=15];
+ 0 -- 2 [weight=15];
+ 1 -- 3 [weight=15];
+ 2 -- 3 [weight=15];
+} \ No newline at end of file