grid.gs
Name
grid - Draw grid.
Synopsis
grid [xstep [ystep]] [-nl] [-a [xastep [yastep]]]
Description
To show help and default grid, simply run "grid". Usage and behaviors are somewhat different between version 0.3 or before and the latest one.
Options
- xstep
- Interval in x-direction. Default value is 1.0.
- ystep
- Interval in y-direction. Default value is xstep.
- -nl
- No label.
- -a
- Extension line is on.
- xastep
- Interval of extension line for x-direction. Default value is xstep/2.
- yastep
- Interval of extension line for y-direction. Default value is ystep/2.
Examples
(1) Draw grid by 0.5 interval.
ga-> grid 0.5
(2) Draw default grid with extension line.
ga-> grid -a
Script source code
- grid.gs (necessary)