24hj/figs/nstaircase.fig/5staircase_case_1-2.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

26 lines
509 B
TeX

\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\grid{10}{10}{(-1,-1)}
\square{diverging4-2-3}{(3,3)}
\square{diverging4-2-3}{(4,3)}
\square{diverging4-2-2}{(1,4)}
\square{diverging4-2-2}{(2,3)}
\square{diverging4-2-2}{(2,4)}
\square{diverging4-2-2}{(3,2)}
\square{diverging4-2-2}{(4,1)}
\square{diverging4-2-2}{(4,2)}
\staircaseV{diverging4-2-1}{(0,0)}
\staircaseV{diverging4-2-4}{(3,4)}
\end{tikzpicture}
\end{document}