summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-09-30 16:29:40 -0600
committermo khan <mo@mokhan.ca>2025-09-30 16:29:40 -0600
commitd845a2aa5d875a834859e136821bcf89d1cc3179 (patch)
tree2dd005302a6e80316f321d225ad199221637dc3e
parentd31a877acc635f52b30f458f3f338b9be4544bda (diff)
improve graph image
-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