Département d'Informatique

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

Matière: 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  ?

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


Réponses (4)




Réponse (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}

 

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



Réponse (1)

0 votes

There are many  ways , one of them is this:

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

After using graphicx package's.

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



Réponse (2)

0 votes

width=6 ?

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



Réponse (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}

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



Avez vous une réponse ?