Quarto figure layout #9824
Replies: 4 comments 1 reply
-
Did you look at the documentation about figures? There is a whole guide: https://quarto.org/docs/authoring/figures.html#complex-layouts |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. Yes, I tried this but it does not center the 3rd figure. |
Beta Was this translation helpful? Give feedback.
-
That's not possible with Quarto. Our layout system is "rows-first", and is not going to change anytime soon. With that said, you can always wrap your figures in a containing div, add appropriate classes, and then handle the layout entirely manually by yourself. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
How can I have a figure layout like this?:
figure1
figure3
figure2
This mean, 2 rows, 2 columns, but in the second column the figure is centered.
Beta Was this translation helpful? Give feedback.
All reactions