I am trying to set my grid to be in red by manipulating
help lines
:\documentclass[tikz,border=2mm]{standalone} \begin{document} \begin{tikzpicture}[scale=2.5] help line/.style={color=red, very thin} \draw [help lines] (-4,-4) grid (4,4); \end{tikzpicture} \end{document}