Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4162 bpr 1
slib_lang_exists_tmp=yes
2
 
3
slib_title=Prepare strings to be written on a graphic paper sheet
4
slib_parms=10\
5
8,x_dimension (cm) \
6
8,y_dimension (cm) \
7
1,x_orig (cm) \
8
1,y_orig (cm) \
9
1,x_step (delta x for 1 cm on the paper or max value for x and optional label ) \
10
1,y_step (delta y for 1 cm on the paper or max value for y and optional label) \
11
[240,233,255],background color \
12
[255,220,180],lines color \
13
[10,10,10],dots color \
14
void,list of string specifications [color1,x1,y1,size1,text1],[color2,x2,y2,size2,text2]
15
 
16
slib_out=Source for insdraw-ing a graph paper with the dots on it
17
slib_comment=if color are three numbers, \
18
put them in brackets ; the default color for texts is black, the default \
19
size is medium: see the syntax for text in drawings \
20
for other possible values, \
21
see graphpaper/millimetre for other details.