home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f4a035
)
Reduce maximum edge penwidth
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 21 Sep 2020 20:28:33 +0000
(16:28 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 21 Sep 2020 20:28:33 +0000
(16:28 -0400)
home/bin/seq2dot
patch
|
blob
|
blame
|
history
diff --git
a/home/bin/seq2dot
b/home/bin/seq2dot
index
ac42323
..
0d6a3c4
100755
(executable)
--- 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 \
This page took
0.030067 seconds
and
4
git commands to generate.