Previous Up Next

11.2.6  Draw grid paper: grid_paper

The grid_paper command draws grid paper. This command takes three mandatory arguments and two optional arguments. The mandatory arguments are the spacing in the x direction, the the angle from the horizontal to draw the grid, and the spacing in the y direction. The optional fourth and fifth arguments, x=xmin..xmax and y=ymin..ymax, restrict the size of the grid.
Input:

grid_paper(1,pi/2,1)

Output:

Unchecking Show Axes on the cfg screen removes the axes.


Previous Up Next