Rev 4762 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4762 | Rev 4764 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | !distribute items $p2 into x2,y2 |
16 | !distribute items $p2 into x2,y2 |
17 | xmax=$[1.2*max(abs($x1),abs($x2))] |
17 | xmax=$[1.2*max(abs($x1),abs($x2))] |
18 | !if $xmax=0 |
18 | !if $xmax=0 |
19 | xmax=1 |
19 | xmax=1 |
20 | !endif |
20 | !endif |
21 | ymax=$[ |
21 | ymax=$[1.2*max(abs($y1),abs($y2))] |
22 | !if $ymax=0 |
22 | !if $ymax=0 |
23 | ymax=1 |
23 | ymax=1 |
24 | !endif |
24 | !endif |
25 | xmin=-$xmax |
25 | xmin=-$xmax |
26 | ymin=-$ymax |
26 | ymin=-$ymax |