24hj/figs/staircases.fig/3staircase.tikz.tex
Ian Jauslin eae1c390c7 Update to v0.0.1:
* fix: Typos, and improved readability

  * change: Colors of figures for better black and white printing and color
  blind viewing
2024-02-28 11:48:57 -05:00

14 lines
199 B
TeX

\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\grid{4}{4}{(-1,-1)}
\staircase{sequential4-1-1}{(0,0)}
\end{tikzpicture}
\end{document}