Advertisement
aed1oN

Veitch

Apr 26th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.00 KB | None | 0 0
  1. \begin{tikzpicture}[scale=1.25]
  2.             \draw (0,0) grid (8,4);
  3.             \node at (3.5,.5){ };
  4.             \node at (3.5,1.5){ };
  5.             \node at (2.5,0.5){ };
  6.             \node at (2.5,1.5) { };
  7.             \node at (.5,.5) { };
  8.             \node at (.5,1.5){ $\top$  };
  9.             \node at (1.5,0.5){ };
  10.             \node at (1.5,1.5){ $\top$ };
  11.             \node at (3.5,3.5){ };
  12.             \node at (3.5,2.5){ };
  13.             \node at (2.5,3.5){ };
  14.             \node at (2.5,2.5){ $\top$  };
  15.             \node at (0.5,3.5){ $\top$ };
  16.             \node at (0.5,2.5){ $\top$  };
  17.             \node at (1.5,3.5){ $\top$ };
  18.             \node at (1.5,2.5){ $\top$  };
  19.             \node at (7.5,.5) { };
  20.             \node at (7.5,1.5){ };
  21.             \node at (6.5,0.5){ };
  22.             \node at (6.5,1.5) { };
  23.             \node at (4.5,.5) { };
  24.             \node at (4.5,1.5){ };
  25.             \node at (5.5,0.5){ };
  26.             \node at (5.5,1.5){ };
  27.             \node at (7.5,3.5){ };
  28.             \node at (7.5,2.5){ };
  29.             \node at (6.5,3.5){ };
  30.             \node at (6.5,2.5){ $\top$ };
  31.             \node at (4.5,3.5){ $\top$ };
  32.             \node at (4.5,2.5){ $\top$  };
  33.             \node at (5.5,3.5){ $\top$ };
  34.             \node at (5.5,2.5){ $\top$  };
  35.             \draw (-0.3,4) --node[midway, left]{\tiny A} (-0.3,2);
  36.             \draw (0,4.3) --node[midway, above]{\tiny B} (2,4.3);
  37.             \draw (4,4.3) --node[midway, above]{\tiny B} (6,4.3);
  38.             \draw (1,-0.2) --node[midway, below]{\tiny C} (3,-0.2);
  39.             \draw (5,-0.2) --node[midway, below]{\tiny C} (7,-0.2);
  40.             \draw (8.3,1) --node[midway, right]{\tiny D} (8.3,3);
  41.             \draw (0,-0.8) --node[midway, below]{\tiny E} (4,-0.8);
  42.             \draw [line width=0.5mm ] (4,0) -- (4,4);
  43.             \draw [color=blue, rounded corners=2mm] (0.15, 2.15) -- (0.15,3.85) -- (1.85,3.85) -- (1.85, 2.15) -- cycle;
  44.             \draw [color=blue, rounded corners=2mm] (4.15, 2.15) -- (4.15,3.85) -- (5.85,3.85) -- (5.85, 2.15) -- cycle;
  45.             \draw [color=red, rounded corners=2mm] (0.1, 1.1) -- (0.1, 2.9) -- (1.9,2.9) -- (1.9, 1.1) -- cycle;
  46.             \draw [color=green, rounded corners=2mm] (1.1, 2.1) -- (1.1,2.95) -- (2.9,2.95) -- (2.9, 2.1) -- cycle;
  47.             \draw [color=green, rounded corners=2mm] (5.1, 2.1) -- (5.1,2.95) -- (6.9,2.95) -- (6.9, 2.1) -- cycle;
  48.  
  49.         \end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement