1

I have 10 figures. How can I find the best (the most beautiful) configuration? I want to arrange them as below: a single panel at the left, and nine panels (3*3) below it (like an "L"). How can I align the first (single) panel at the left?

I attach the configuration that I have made already. Sorry for attaching a screenshot, the relations are too complicated to bring here.

\begin{figure*}
%\centering
\includegraphics[scale=0.7]{01}\\
\includegraphics[scale=0.6]{02}
\includegraphics[scale=0.6]{03}
\includegraphics[scale=0.6]{04}
\includegraphics[scale=0.6]{05}
\includegraphics[scale=0.6]{06}
\includegraphics[scale=0.6]{07}
\includegraphics[scale=0.6]{08}
\includegraphics[scale=0.6]{09}
\includegraphics[scale=0.6]{10}
\caption{The modified Toomre's criterion, density plot interms of $\xi$ and 
dimensionless raduis $y$ for models summarized in Table \ref{table1}. Each 
panel has been titled with the corresponding model. The white era in all 
models indicates the stability zone.\label{dp}}
\end{figure*}

I have used this template:

https://www.overleaf.com/latex/templates/monthly-notices-of-the-royal-astronomical-society-mnras-latex-template-and-guide-for-authors/kqnjzrwjwjth#.Wwr6MjSFPIX

  • 1
    What did you do to center the first one? If you have \centering or similar, just remove that. – Torbjørn T. May 27 '18 at 18:19
  • There is no need to post the whole code, but posting the list of your packages and how did you put the figures (minipages, subfigures, centering, etc.) whould be helpful. – gvgramazio May 27 '18 at 18:24
  • @ Torbjørn T. : I removed \centering but it is still at center :/ – Perfect Fluid May 27 '18 at 18:25
  • @Ak68 you should post your code, at list the part that I've told you. You could also use a 'frog' as picture, we're interested in the code of the document, not of the pictures. – gvgramazio May 27 '18 at 18:27
  • However, imho, it would be better to show the first image bigger, like 3 times what is now, if they fit in a page. – gvgramazio May 27 '18 at 18:29
  • @gvgramazio : "frog" :)) so funny. I just bring the part of the code and also the template I am using – Perfect Fluid May 27 '18 at 18:32
  • In your template all figures are centered. Try to set a left alignment before the first figure and then a center alignment after the first figure. – gvgramazio May 27 '18 at 18:42
  • @gvgramazio: Would you please mention the command? – Perfect Fluid May 27 '18 at 18:43
  • However, I suggest you to use the subfigure environment from subcaption package. It doesn't solve your problem, it's just a better way to insert figures. – gvgramazio May 27 '18 at 18:43
  • The analogues of \centering command are \raggedleft and \raggedright. The analogues of center environment are flushleft and flushright environments. – gvgramazio May 27 '18 at 18:48
  • 1
    The two options that you could try are [...]{\raggedleft \includegraphics{01}}[...] or [...]\includegraphics{01}\hfill[...] – gvgramazio May 27 '18 at 18:50
  • 1
    See here the difference between \centering command and center environment and why you shouldn't use the latter for figures. See here a more detailed explanation on how you could align figures. Note that in your case do nothing is the same of using \centering. – gvgramazio May 27 '18 at 18:55
  • However, try and let me know if the solution works for you. If not, the reason is the redefinition of figure in the class you're using and we (that means you :D ) need to reredefine it. – gvgramazio May 27 '18 at 18:57
  • @gvgramazio: Actually \raggedright works out. Thank you – Perfect Fluid May 27 '18 at 19:00
  • Glad to being helpful. – gvgramazio May 27 '18 at 19:14

0 Answers0