Rev 4207 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4207 | Rev 5768 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | [10,10,10],dots color \ |
13 | [10,10,10],dots color \ |
14 | 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> |
14 | 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> |
15 | 15 | ||
16 | slib_out=Source for insdraw-ing a graph paper with the dots on it |
16 | slib_out=Source for insdraw-ing a graph paper with the dots on it |
17 | slib_comment=if color are three numbers, \ |
17 | slib_comment=if color are three numbers, \ |
18 | put them in brackets ; there may be no dots.<br><br> \ |
18 | put them in brackets ; there may be no dots.<br/><br/> \ |
19 | The syntax for <b>x_step</b> and <b>y_step</b> is the following : \ |
19 | The syntax for <b>x_step</b> and <b>y_step</b> is the following : \ |
20 | a bare number is for deltaX or deltaY, a number followed by the \ |
20 | a bare number is for deltaX or deltaY, a number followed by the \ |
21 | word <tt>max</tt> means a maximum value, any other words are interpreted \ |
21 | word <tt>max</tt> means a maximum value, any other words are interpreted \ |
22 | like a label for the axis. |
22 | like a label for the axis. |