Stacked figure layout issue #13657
Replies: 1 comment
-
|
All figures respect the same provided width/height regardless of using the layout. Alternatively, you can set the layout width for the third figure be the same as the first two instead of asking it to be twice as wide: Accessibility: To improve accessibility, please add alternative text to your screenshots. This helps all users, including those using screen readers, to understand the context of the images. A brief description can make a big difference! See Good Alt Text, Bad Alt Text — Making Your Content Perceivable. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi! I am trying to use Quarto to arrange 3 Python-generated figures in the following layout:
This is a minimal example of my code so far:
It produces the following layout:
I am wondering if it is possible to make the bottom one equal to the top row in height and width, as in my example. I have tried a bunch of things, but none have worked. Thank you in advance for any advice you can provide.
Environment details: I am using Quarto with Python/Jupyter to produce a PDF report using the xelatex backend. I am using the version of Quarto bundled with RStudio Version 2025.05.1+513, Python 3.13.5, and matplotlib v3.10.7. Here is the output of
uv pip freeze:Python environment
Beta Was this translation helpful? Give feedback.
All reactions