Answers for "how to rotate picture in latex"

1

how to rotate picture in latex

\begin{figure}[p]

\centering
\includegraphics[width=1.3\textwidth, angle =90 ]{Graphs/1.png}
\caption{Box plot of number of positions sent per iteration using this scheme}
\label{fig:awesome_image}

\end{figure}
Posted by: Guest on September-13-2021

Browse Popular Code Answers by Language