mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-04 23:08:07 +02:00
ubb-patgen/table/mktab: make the long vertical axes thinner
Looks a bit less old-fashioned that way.
This commit is contained in:
parent
3c9443294d
commit
653910b64b
@ -15,7 +15,7 @@ print "set title \"BEN NANONOTE MMC BUS CLOCK SPEEDS\"".
|
||||
" font \"Helvetica, 10\"\n";
|
||||
$x = 0;
|
||||
for $b (10000, 100000, 1000000, 10000000) {
|
||||
print "set arrow from $x, 1 to $x, 10 nohead\n";
|
||||
print "set arrow from $x, 1 to $x, 10 nohead lw 0\n";
|
||||
if ($b >= 1e6) {
|
||||
$si = "M";
|
||||
$div = 1e6;
|
||||
|
Loading…
Reference in New Issue
Block a user