Graph Paper
Generate printable square, dot, and isometric graph paper with physical spacing and calibration bars.
Printable graph paper
Letter square grid
Default spacing is 0.25 in with a 0.5 in margin.
| Setting | Value |
|---|
grid line positions = margin plus k times spacing
How?
How this is calculated
The printable page uses physical CSS units. Square-grid lines are placed at the margin plus whole multiples of the spacing. Dot grids use the same intersections. Isometric grids use three line families with row spacing equal to spacing times the square root of 3 divided by 2.
The calibration ruler draws a 1 inch bar and a 5 cm bar using the same physical unit system as the grid.
Formula: grid line positions = margin plus k times spacing
Sources
- MDN, CSS length values. MDN Web Docs. Retrieved .
- MDN, Printing. MDN Web Docs. Retrieved .
- Wikipedia, Graph paper. Wikipedia. Retrieved .
Method last reviewed