2024-02-05 18:44:30 +00:00
|
|
|
\documentclass{standalone}
|
|
|
|
|
|
|
|
\usepackage{tikz}
|
|
|
|
\usepackage{shapes}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\begin{tikzpicture}
|
|
|
|
\grid{10}{10}{(-1,-1)}
|
|
|
|
|
2024-02-28 16:48:57 +00:00
|
|
|
\square{diverging4-2-2}{(1,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}{(2,3)}
|
2024-02-05 18:44:30 +00:00
|
|
|
|
|
|
|
\end{tikzpicture}
|
|
|
|
\end{document}
|
|
|
|
|