Rev 17570 | Rev 17915 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17570 | Rev 17658 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | 20 | ||
21 | Two sided arrow (x1,y1)<--->(x2,y2), where l is the length (in pixels) of arrowhead. |
21 | Two sided arrow (x1,y1)<--->(x2,y2), where l is the length (in pixels) of arrowhead. |
22 | :circle x,y,d,[color] |
22 | :circle x,y,d,[color] |
23 | 23 | ||
24 | Circle of center (x,y) and diameter d (in pixels). |
24 | Circle of center (x,y) and diameter d (in pixels). |
- | 25 | :circles [color],x1,y1,d1,x2,y2,d2 ... |
|
- | 26 | ||
- | 27 | Circles of center (x1;y1) and diameter d1 (according to xrange) ... |
|
25 | :comment |
28 | :comment |
26 | 29 | ||
27 | Does nothing. |
30 | Does nothing. |
28 | :copy x,y,x1,y1,x2,y2,[filename] |
31 | :copy x,y,x1,y1,x2,y2,[filename] |
29 | insert |
32 | insert |
Line 38... | Line 41... | ||
38 | 41 | ||
39 | draw multiple crosshair points at given coordinates (x1,y1), (x2,y2), ... |
42 | draw multiple crosshair points at given coordinates (x1,y1), (x2,y2), ... |
40 | :crosshairsize w |
43 | :crosshairsize w |
41 | 44 | ||
42 | Set crosshair size to w (in pixels). |
45 | Set crosshair size to w (in pixels). |
43 | 46 | ||
44 | :darrow x1,y1,x2,y2,l,[color] |
47 | :darrow x1,y1,x2,y2,l,[color] |
45 | dasharrow dashedarrow |
48 | dasharrow dashedarrow |
46 | Dashed arrow (x1,y1)- - ->(x2,y2), where l is the length (in pixels) of arrowhead. |
49 | Dashed arrow (x1,y1)- - ->(x2,y2), where l is the length (in pixels) of arrowhead. |
47 | :darrow2 x1,y1,x2,y2,l,[color] |
50 | :darrow2 x1,y1,x2,y2,l,[color] |
48 | dasharrow2 dashedarrow2 |
51 | dasharrow2 dashedarrow2 |
Line 69... | Line 72... | ||
69 | dashedverticaline dashverticalline vdline verticaldashedline |
72 | dashedverticaline dashverticalline vdline verticaldashedline |
70 | Dashed vertical line through (x,y). |
73 | Dashed vertical line through (x,y). |
71 | :ellipse x,y,w,h,[color] |
74 | :ellipse x,y,w,h,[color] |
72 | 75 | ||
73 | Ellipse with center (x,y), width w and height h. |
76 | Ellipse with center (x,y), width w and height h. |
- | 77 | :ellipses [color],x1,y1,w1,h1,x2,y2,w2,h2,... |
|
- | 78 | ||
- | 79 | Ellipse with center (x1,y1), width w1 and height h1 etc. |
|
74 | :fcircle x,y,d,[color] |
80 | :fcircle x,y,d,[color] |
75 | ball disk filledcircle |
81 | ball disk filledcircle |
76 | Filled circle of center (x,y) and diameter d (in pixels). |
82 | Filled circle of center (x,y) and diameter d (in pixels). |
77 | :fellipse x,y,w,h,[color] |
83 | :fellipse x,y,w,h,[color] |
78 | filledellipse |
84 | filledellipse |