Subversion Repositories wimsdev

Rev

Rev 4162 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4162 bpr 1
slib_lang_exists_tmp=yes
2
 
3
slib_title=Graphic paper sheet with function plot and red correct plot preloaded
4
slib_parms=12\
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, function f(x) or [x(t), y(t)] to be plotted \
15
[], list of dots enclosed in brackets (the correct plot)\
16
void,list of dots (an even count of coordinates : x1,y1,x2,y2,etc.)
17
 
18
slib_out=Source for insdraw-ing a graph paper with the dots on it
19
slib_comment=if color are three numbers, \
5768 bpr 20
put them in brackets ; there may be no dots.<br/>\
4162 bpr 21
See the other syntaxes in the slib graphpaper/millimetre
22