figure-schematic-edge-probability&joint-probability.tex 854 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10

%%% outline
%-------------------------------------------------------------------------
\begin{tikzpicture}



\begin{scope}[scale=1.0]
{

xiaotong committed
11 12 13
\node [anchor=north west,minimum width=7em, minimum height=2.5em,fill=blue!30](num1)  at (0,0) {$A$\quad \quad \quad \quad  };
\node [anchor=west,minimum width=7em, minimum height=5em,fill=ugreen!30](num2)  at ([xshift=-3em]num1.east) {\quad \quad $B$};
\node [anchor=west,minimum width=3em, minimum height=2.5em,fill=yellow!30](part1)  at (num2.west) {$C$};
14

xiaotong committed
15 16
\draw [-,thick] (num1.north west) -- (num1.north east) -- (num1.south east) -- (num1.south west) -- (num1.north west);
\draw [-,very thick,dotted] (num2.north west) -- (num2.north east) -- (num2.south east) -- (num2.south west) -- (num2.north west);
17 18 19 20 21 22

}
\end{scope}
\end{tikzpicture}
%---------------------------------------------------------------------