Re: Affiancare tabella e figura

#55302
Up
0
Down
::

Ho provato ad utilizzare questo codice ma la tabella mi rimane in alto a destra rispetto alla figura, come posso afre a spostarla più in basso??

Grazie

`
\begin{figure}
\centering \hspace*{\fill}
\begin{tabular}{@{}cl@{}}
\centering
% \hrulefill
Samples& Acronimous\\
% \hrulefill
AC163&1-3\\
CNEG&4-6\\
TB41&7-9\\
TB47&10-12\\
TB4&13-15\\
TB67&16-18\\
% \hrulefill
\end{tabular}%
\hspace{\fill}
\begin{tabular}[t]{@{}c@{}}
\includegraphics[width = 0.8\textwidth]{graph/19_Dendro}
\end{tabular}%
\hspace{\fill}
\caption{didascalia}\label{…}
\end{figure}
`

Usare [t] per entrambi i tabular?

Ciao
Enrico

Go to top