I have a picture in which each of the nodes looks something like this:
\node (species1) [shape=rectangle,draw] {
\begin{tabular}{c c c}
\multicolumn{3}{c}{{Species 1}} \\
\colorbox{red}{G1a} & \colorbox{blue}{G2a} &
\colorbox{green}{G3} \\
\colorbox{blue}{G1b} & \colorbox{red}{G2b} &
\end{tabular}
};
The nodes look fine, but when I put them all into a matrix node to align them properly, the tabulars inside the nodes are all screwed up and I get errors like this one:
Extra alignment tab has been changed to \cr. ...{G1} & \colorbox{blue}{G2a} &
\colorbox (followed by: {green!50}{G3})
Is there are way to make this work?
{}? (ie.{ \begin{tabular}...and...\end{tabular} }) – morbusg Jan 18 '11 at 20:26