From: Siraaj Khandkar Date: Mon, 21 Sep 2020 20:28:33 +0000 (-0400) Subject: Reduce maximum edge penwidth X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=281ad07d4e2737775a219a76207d2db59e89e5f2 Reduce maximum edge penwidth --- diff --git a/home/bin/seq2dot b/home/bin/seq2dot index ac42323..0d6a3c4 100755 --- a/home/bin/seq2dot +++ b/home/bin/seq2dot @@ -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 \