summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assignments/2/graph.dot3
-rw-r--r--assignments/2/graph.pngbin46987 -> 60319 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/assignments/2/graph.dot b/assignments/2/graph.dot
index bb0e281..d7b29fc 100644
--- a/assignments/2/graph.dot
+++ b/assignments/2/graph.dot
@@ -1,5 +1,8 @@
strict graph {
+ graph [size="10,4!", dpi=150, bgcolor=transparent];
rankdir=LR;
+ node [shape=circle, style=filled, fillcolor=white, fontsize=12, width=0.5];
+ edge [fontsize=9];
s -- t [xlabel=1]
s -- v [xlabel=5]
diff --git a/assignments/2/graph.png b/assignments/2/graph.png
index c7b1865..b63b132 100644
--- a/assignments/2/graph.png
+++ b/assignments/2/graph.png
Binary files differ