Rev 839 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 839 | Rev 4162 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Utility for a clickable graphic paper sheet |
- | |
5 | slib_parms=8\ |
4 | |
6 | 8,x_dimension (cm) \ |
- | |
7 | 8,y_dimension (cm) \ |
- | |
8 | 1,x_orig (cm) \ |
- | |
9 | 1,y_orig (cm) \ |
- | |
10 | 1,x_step (delta x for 1 cm on the paper or max value for x and optional label ) \ |
- | |
11 | 1,y_step (delta y for 1 cm on the paper or max value for y and optional label) \ |
- | |
12 | , a list of input coordinates (x1,y1, ...) relative to the graphic paper. |
- | |
13 | slib_author=Georges KHAZNADAR |
5 | slib_author=Georges KHAZNADAR |
14 | slib_out= list of coordinates (x, y,) in the pixmap's space |
- | |
15 | slib_comment=The 6 first parameters are the same as in\ |
- | |
16 | slib/graphpaper/millimetre |
- | |
- | 6 | ||
17 | slib_example= 12,8,0,0,1,1,2,4\ |
7 | slib_example= 12,8,0,0,1,1,2,4\ |
18 | 12,8,0,0,1 max t (ms),1 max U (V),2,4 |
8 | 12,8,0,0,1 max t (ms),1 max U (V),2,4 |
19 | 9 | ||
20 | 10 | ||
21 | !exit |
11 | !exit |