Reduce maximum edge penwidth
[khome.git] / home / bin / seq2dot
index ac42323..0d6a3c4 100755 (executable)
@@ -43,7 +43,7 @@ END {
         dst = sd[2]
         m = nlinks[src]
         n = nlinks_to[src, dst]
-        penwidth = num_scale(n, m, 1, 9)
+        penwidth = num_scale(n, m, 1, 5)
         color = sprintf("/orrd9/%d", num_scale(n, m, 2, 9))
         label = sprintf("%s %.2f%%", src, (n / m) * 100)
         printf \
This page took 0.03077 seconds and 4 git commands to generate.