I used minipage to put figure and table on the same line , but for these tables it didn't work.
example :
Code: Select all
\begin{tabular}{c||c|c|c}
\centering
\fbox{e}&e&a&b \\ \hline \hline
e&e&a&b \\ \hline
a&a&a&a \\ \hline
b&b&b&b \\
\end{tabular}
\begin{tabular}{c||c|c|c}
\centering
\fbox{a}&a&a&a \\ \hline \hline
a&a&a&a \\ \hline
a&a&a&a \\ \hline
b&b&b&b \\
\end{tabular}
\begin{tabular}{c||c|c|c}
\centering
\fbox{b}&b&b&b \\ \hline \hline
b&b&b&b \\ \hline
a&a&a&a \\ \hline
b&b&b&b \\
\end{tabular}