Guest User

Untitled

a guest
Oct 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz}
  3.  
  4. begin{document}
  5. begin{tikzpicture}[y=-1cm]
  6. draw[step=1] (0,0) grid (4,4);
  7. end{tikzpicture}
  8. end{document}
  9.  
  10. begin{tikzpicture}[y=-1cm]
  11. draw[xstep=1,ystep=-1] (0,4) grid (4,0);
  12. end{tikzpicture}
Add Comment
Please, Sign In to add comment