Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4351 | Rev 7692 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 | slib_author=Georges, Khaznadar |
5 | slib_author=Georges, Khaznadar |
6 | 6 | ||
7 | slib_example= ,,,,,,,,,sin(x)\ |
7 | slib_example= ,,,,,,,,,sin(x)\ |
8 | 12,8,0,0,,,blue,red,[255,128,128],sin(x) |
8 | 12,8,0,0,,,blue,red,[255,128,128],sin(x) |
9 | 9 | ||
10 | !exit |
10 | !exit |
11 | 11 | ||
12 | :proc |
12 | :proc |
13 | 13 | ||
14 | !reset slib_xd, slib_yd, slib_bg, slib_lc, slib_dc, slib_xo, slib_yo, slib_xs, slib_ys, slib_f, slib_labx, slib_laby, slib_maxx, slib_maxy |
14 | !reset slib_xd, slib_yd, slib_bg, slib_lc, slib_dc, slib_xo, slib_yo, slib_xs, slib_ys, slib_f, slib_labx, slib_laby, slib_maxx, slib_maxy |
Line 91... | Line 91... | ||
91 | slib_dc=!declosing $slib_dc |
91 | slib_dc=!declosing $slib_dc |
92 | !default slib_dc=10,10,10 |
92 | !default slib_dc=10,10,10 |
93 | 93 | ||
94 | !!!!!!!!!!!!!!!!! no grid !!!!!!!!!!!!!!!!!!!!!!!!! |
94 | !!!!!!!!!!!!!!!!! no grid !!!!!!!!!!!!!!!!!!!!!!!!! |
95 | 95 | ||
96 | slib_dessin = |
96 | slib_dessin = |
97 | 97 | ||
98 | !! the function : blue thin curve |
98 | !! the function : blue thin curve |
99 | slib_n = !itemcnt $slib_f |
99 | slib_n = !itemcnt $slib_f |
100 | !if $slib_n = 1 |
100 | !if $slib_n = 1 |
101 | slib_f = !replace internal x by ($slib_xs/10*(x-10*$slib_xo)) in $slib_f |
101 | slib_f = !replace internal x by ($slib_xs/10*(x-10*$slib_xo)) in $slib_f |