Department of Computer Science

https://www.univ-soukahras.dz/en/dept/cs

Module: Initiation à la recherché et code de déontologie

  1. Information
  2. Questions
  3. E-Learning

GL Students : How to rotate a figure within latex ?

3 votes

For GL students,

  for latex users ! how can i rotate a figure  ?

Asked on 17:03, Friday 6 May 2016 By Imed BOUCHRIKA
In Initiation à la recherché et code de déontologie


Answers (4)




Answer (1)

1 votes

\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}

 

Answered on 11:00, Saturday 7 May 2016 by amirat abdallah (257 points)
In Initiation à la recherché et code de déontologie



Answer (1)

0 votes

There are many  ways , one of them is this:

\includegraphics[width=6,angle=90]{file} 

After using graphicx package's.

Answered on 23:19, Friday 6 May 2016 by
In Initiation à la recherché et code de déontologie



Answer (2)

0 votes

width=6 ?

Answered on 09:54, Saturday 7 May 2016 by Imed BOUCHRIKA
In Initiation à la recherché et code de déontologie



Answer (3)

0 votes

By using a keyword angle followed by equals and the number of degrees you want to rotate :

For example: \includegraphics[angle=90] {figure_name}

Answered on 11:42, Friday 20 May 2016 by
In Initiation à la recherché et code de déontologie



Do you have an answer ?