How can I put a table and a PNG (using \includegraphics) next to each other in the same figure, in the following way?
+----+
+-----+ |png |
|table| |png |
|table| |png |
+-----+ +----+
Figure 4.1: Caption
So the table and the PNG are aligned at the bottom.
I tried to just put both in a table (2 columns), but the objects are not aligned at the bottom.