From 281ad07d4e2737775a219a76207d2db59e89e5f2 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 21 Sep 2020 16:28:33 -0400 Subject: [PATCH] Reduce maximum edge penwidth --- home/bin/seq2dot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.20.1