view input/switches.grap @ 118:48e28eaee6f9

Wrote intro to Modernizing and new text about Code Style.
author markus schnalke <meillo@marmaro.de>
date Tue, 26 Jun 2012 13:42:18 +0200
parents e6f95015ba61
children 1b80cc146932
line wrap: on
line source

.G1 
frame invis bot solid left solid
label left "number" "of" "switches" left .1
label bot "40 tools" up .2
ticks bot off
draw n1 dotted
draw m1 solid
copy "input/switches.data" thru {
        next n1 at $1,$2
        next m1 at $1,$4
}
copy thru { "$1" size -3 at 4,$2 } until "XXX"
nmh 35
mmh 6
XXX
.G2