1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-01 02:01:05 +03:00

ubb-patgen/table/mktab: make the long vertical axes thinner

Looks a bit less old-fashioned that way.
This commit is contained in:
Werner Almesberger 2013-01-15 16:45:08 -03:00
parent 3c9443294d
commit 653910b64b

View File

@ -15,7 +15,7 @@ print "set title \"BEN NANONOTE MMC BUS CLOCK SPEEDS\"".
" font \"Helvetica, 10\"\n"; " font \"Helvetica, 10\"\n";
$x = 0; $x = 0;
for $b (10000, 100000, 1000000, 10000000) { 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) { if ($b >= 1e6) {
$si = "M"; $si = "M";
$div = 1e6; $div = 1e6;