Rev 18251 | Rev 18257 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18251 | Rev 18253 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | 23 | ||
24 | Arrow (x1,y1)--->(x2,y2), (x3;y3)--->(x4;y4) where l is the length (in pixels) of arrowhead. |
24 | Arrow (x1,y1)--->(x2,y2), (x3;y3)--->(x4;y4) where l is the length (in pixels) of arrowhead. |
25 | :arrows2 [color],l,x1,y1,x2,y2,x3,y3,x4,y4,... |
25 | :arrows2 [color],l,x1,y1,x2,y2,x3,y3,x4,y4,... |
26 | 26 | ||
27 | Two sided arrow (x1,y1)<--->(x2,y2), (x3;y3)<--->(x4;y4) where l is the length (in pixels) of arrowhead. |
27 | Two sided arrow (x1,y1)<--->(x2,y2), (x3;y3)<--->(x4;y4) where l is the length (in pixels) of arrowhead. |
28 | :circle |
28 | :circle x,y,r,[color] |
29 | 29 | ||
30 | Circle of center (x,y) and |
30 | Circle of center (x,y) and radius r (in pixels). |
31 | :circles [color],x1,y1,r1,x2,y2,r2 ... |
31 | :circles [color],x1,y1,r1,x2,y2,r2 ... |
32 | 32 | ||
33 | Circles of center (x1;y1) and radius r1 (according to xrange) ... |
33 | Circles of center (x1;y1) and radius r1 (according to xrange) ... |
34 | :comment |
34 | :comment |
35 | 35 |