I have a table as shown in this figure:

LaTeX code for the table:
\begin{table} \begin{tabular}{ | c | c | } \hline \includegraphics[scale=0.45]{../0_1.eps} & 1.10 2.20 3.30 4.40 \\ \hline \end{tabular} \end{table}
I would like four numbers to appear on different lines inside the second cell to reduce its width. I wonder how to do this?
EDIT:
I tried \ linebreak,
\includegraphics[scale=0.45]{../0_1.eps} & 1.10 \linebreak 2.20 \linebreak 3.30 \linebreak 4.40 \\
But the result is the same as before, i.e. without \ linebreak.
EDIT:
I just tried what Rob suggested. But the result is not compact, because I intend to reduce the size of the table. See picture below:

latex
Tim Apr 21 '10 at 10:36
source share