|
| 1 | +\begin{tikzpicture} |
| 2 | + \node[draw=none, fill=none] at (0, 4) {S}; |
| 3 | + \node[draw=none, fill=none] at (-0.1, 2.8) {A}; |
| 4 | + \node[draw=none, fill=none] at (0.1, 1.6) {A}; |
| 5 | + \node[draw=none, fill=none] at (-0, 0.8) {A}; |
| 6 | + |
| 7 | + \draw (-2,0) -- (0,3.8); |
| 8 | + \draw (0,3.8) -- (2,0); |
| 9 | + \draw (-1.5,0) -- (-0.1,2.6); |
| 10 | + \draw (-0.1,2.6) -- (1.5,0); |
| 11 | + \draw (-1,0) -- (0.1,1.4); |
| 12 | + \draw (0.1,1.4) -- (1,0); |
| 13 | + \draw (-0.5,0) -- (0,0.6); |
| 14 | + \draw (0,0.6) -- (0.5,0); |
| 15 | + |
| 16 | + \fill[Orchid] (-2,-0.5) rectangle ++(0.5,0.5); |
| 17 | + \fill[Dandelion] (-1.5,-0.5) rectangle ++(1,0.5); |
| 18 | + \fill[LimeGreen] (-0.5,-0.5) rectangle ++(1,0.5); |
| 19 | + \fill[Salmon] (0.5,-0.5) rectangle ++(1,0.5); |
| 20 | + \fill[Turquoise] (1.5,-0.5) rectangle ++(0.5,0.5); |
| 21 | + |
| 22 | + \draw[draw=black] (-2,-0.5) rectangle ++(4,0.5); |
| 23 | + \draw[draw=black] (-1.5,-0.5) rectangle ++(3,0.5); |
| 24 | + \draw[draw=black] (-1,-0.5) rectangle ++(2,0.5); |
| 25 | + \draw[draw=black] (-0.5,-0.5) rectangle ++(1,0.5); |
| 26 | + |
| 27 | + \draw [thick,densely dotted, rounded corners=1mm](0,3.8) -- (0.1, 3.4) -- (-0.15, 3.2) -- (-0.1, 2.9); |
| 28 | + |
| 29 | + \draw [thick,densely dotted, rounded corners=1mm](-0.1, 2.6) -- (-0.1, 2.3) -- (0.15, 1.9) -- (0.1, 1.75); |
| 30 | + |
| 31 | + \draw [thick,densely dotted, rounded corners=1mm](0.1,1.4) -- (-0.05, 1.1) -- (0, 1); |
| 32 | + |
| 33 | + \node[draw=none, fill=none] at (-1.75,-0.25) {$u$}; |
| 34 | + \node[draw=none, fill=none] at (-1.25,-0.25) {$v$}; |
| 35 | + \node[draw=none, fill=none] at (-0.75,-0.25) {$v$}; |
| 36 | + \node[draw=none, fill=none] at (0,-0.25) {$w$}; |
| 37 | + \node[draw=none, fill=none] at (0.75,-0.25) {$x$}; |
| 38 | + \node[draw=none, fill=none] at (1.25,-0.25) {$x$}; |
| 39 | + \node[draw=none, fill=none] at (1.75,-0.25) {$y$}; |
| 40 | + \end{tikzpicture} |
0 commit comments