Rev 4879 | Rev 8414 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4879 | Rev 7353 | ||
---|---|---|---|
Line 155... | Line 155... | ||
155 | 155 | ||
156 | A (fat) point at (x,y), whose diameter is equal to linewidth. |
156 | A (fat) point at (x,y), whose diameter is equal to linewidth. |
157 | :points [color],x1,y1,x2,y2,... |
157 | :points [color],x1,y1,x2,y2,... |
158 | 158 | ||
159 | (Fat) points at (x1,y1), (x2,y2), ..., whose diameters are equal to linewidth. |
159 | (Fat) points at (x1,y1), (x2,y2), ..., whose diameters are equal to linewidth. |
160 | : |
160 | :polygon [color],x1,y1,x2,y2,x3,y3... |
161 |
|
161 | poly |
162 | Polygon (x1,y1)-(x2,y2)-(x3,y3)... |
162 | Polygon (x1,y1)-(x2,y2)-(x3,y3)... |
163 | :range x1,x2,y1,y2 |
163 | :range x1,x2,y1,y2 |
164 | 164 | ||
165 | Set the drawing range to [x1,x2] horizontally and [y1,y2] vertically. Note that by default, horizontal range is [0,xsize-1] and vertical range is [ysize-1,0]. |
165 | Set the drawing range to [x1,x2] horizontally and [y1,y2] vertically. Note that by default, horizontal range is [0,xsize-1] and vertical range is [ysize-1,0]. |
166 | :rays [color],x0,y0,x1,y1,x2,y2... |
166 | :rays [color],x0,y0,x1,y1,x2,y2... |
Line 245... | Line 245... | ||
245 | rangex |
245 | rangex |
246 | Set the horizontal drawing range to [x1,x2]. Defaults to [0,xsize-1]. |
246 | Set the horizontal drawing range to [x1,x2]. Defaults to [0,xsize-1]. |
247 | :yrange y1,y2 |
247 | :yrange y1,y2 |
248 | rangey |
248 | rangey |
249 | Set the horizontal drawing range to [y1,y2]. Defaults to [ysize-1,0]. |
249 | Set the horizontal drawing range to [y1,y2]. Defaults to [ysize-1,0]. |
250 | - |