summaryrefslogtreecommitdiff
path: root/assignments/2/graph.dot
diff options
context:
space:
mode:
Diffstat (limited to 'assignments/2/graph.dot')
-rw-r--r--assignments/2/graph.dot3
1 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]