Tuesday, 6 August 2013

Graphic and table alignment

Graphic and table alignment

There are a bunch of related questions here. But I was not yet able to
pull this off yet.
I have the following code: (where hist.tex is a plot drawing)
\fbox{\scalebox{0.40} {\input{hist.tex}}}
\quad
\begin{tabular}{ll}
p: 78\%&\\\\
$\mu$: -7\% & $\sigma$: 7\%\\
$\alpha$: 0.43 & N: 11977
\end{tabular}
The output:

I would like them to be aligned!!

No comments:

Post a Comment