Graphics, Figures & Tables ⇒ How to place a graph beside a table
How to place a graph beside a table
I geuss it must be simple, but I couldn't figure it out... I have a table with only two columns. I want to place the corresponding graph beside it. What's the most easy way to do this?
I tried the smash command, but it gives a lot of errors.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
How to place a graph beside a table
Code: Select all
\begin{tabular}[b]{ll}
A & B \\
C & D \\
E & F
\end{tabular}
\fbox{\hskip 40pt \vrule height 30pt \hskip 40pt}
Re: How to place a graph beside a table
