Rev 2100 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2100 | Rev 4162 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Graphic paper sheet |
- | |
5 | slib_parms=10\ |
- | |
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 | [240,233,255],background color \ |
- | |
13 | [255,220,180],lines color \ |
- | |
14 | [10,10,10],dots color \ |
- | |
15 | void, <ol><li>optional list of style specifications. The syntax of style specifications is : <ul><li><span style="color:green;">style:grad={xy, no, x_only, y_only}</span> for graduations [defaults to xy], to draw respectively both graduations, no graduations, graduations only on x axis, graduations only on y axis ;<li><span style="color:green;">style:dot={+,x,o}</span> for dots [defaults to +], to make dots like straight crosses, oblique crosses, circles. </ul><li>Then optional list of dots (an even count of coordinates : x1,y1,x2,y2,etc.)</ul> |
4 | |
16 | slib_author=Georges KHAZNADAR |
5 | slib_author=Georges KHAZNADAR |
17 | slib_out=Source for insdraw-ing a graph paper with the dots on it |
- | |
18 | slib_comment=if color are three numbers, \ |
- | |
19 | put them in brackets ; there may be no dots.<br><br> \ |
- | |
20 | The syntax for <b>x_step</b> and <b>y_step</b> is the following : \ |
- | |
21 | a bare number is for deltaX or deltaY, a number followed by the \ |
- | |
22 | word "max" means a maximum value, any other words are interpreted \ |
- | |
23 | like a label for the axis. |
- | |
- | 6 | ||
24 | slib_example= ,,,,,,,,,0,0,1.2,1.5,2.4,3.2\ |
7 | slib_example= ,,,,,,,,,0,0,1.2,1.5,2.4,3.2\ |
25 | 12,8,0,0,1 max t (ms),1 max U (V),blue,red,[255,128,128],0,0,1.2,1.5,2.4,3.2\ |
8 | 12,8,0,0,1 max t (ms),1 max U (V),blue,red,[255,128,128],0,0,1.2,1.5,2.4,3.2\ |
26 | 12,8,0,0,1 max t (ms),1 max U (V),blue,red,[255,128,128],style.grad=x_only, style.dot=o,0,0,1.2,1.5,2.4,3.2 |
9 | 12,8,0,0,1 max t (ms),1 max U (V),blue,red,[255,128,128],style.grad=x_only, style.dot=o,0,0,1.2,1.5,2.4,3.2 |
27 | 10 | ||
28 | 11 |