1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
slib_lang_exists_tmp=yes
slib_title=Draw a continuous stepwise affine function from the points where slpe changes
slib_parms=10\
400,horizontal size of the drawing \
400,vertical size of the drawing\
20,margin around frame\
[[0,0],[20,20]],the coordinates of lower left and upper right points of the frame\
,The coordinates of the points where slope changes [[x1,y1],[x2,y2],...]\
black,axes colour\
grey,dash line colour\
black,line colour\
x,Legend for x-axis\
y,Legend for y-axis
slib_out=Data for insdraw (draw)
|