docs/master

view input/switches.grap @ 99:468c2bdc6b1a

style: Absolute page offsets are much simpler; front page truly centered
author markus schnalke <meillo@marmaro.de>
date Tue, 19 Jun 2012 09:40:46 +0200
parents
children 1b80cc146932
line source
1 .G1
2 frame invis bot solid left solid
3 label left "number" "of" "switches" left .1
4 label bot "40 tools" up .2
5 ticks bot off
6 draw n1 dotted
7 draw m1 solid
8 copy "input/switches.data" thru {
9 next n1 at $1,$2
10 next m1 at $1,$4
11 }
12 copy thru { "$1" size -3 at 4,$2 } until "XXX"
13 nmh 35
14 mmh 6
15 XXX
16 .G2