layout of code generated figures #3521
Unanswered
nitin-ppnp
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Beyond the fact that a document with 100 figures in two columns layout is definitely not something I would want to open. Since Quarto can't compute figure metric size, LaTeX class metric size and guess when to add a page break, you'll have to do that yourself by writing code that produce markdown (or LaTEX) using the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am generating many figures (>100) and want to place them in two columns and multiple pages.
If don't use any layout option, each page contains one figure resulting in pages equal to the number of figures. If I use
#| layout-ncol: 2
in the code block, quarto put all the figures in two columns but within a single page which results in figures going out of the page. Output files in both cases (no layout, 2 col layout) are attached. The code for each file is included in the file itself.case1.pdf
case2.pdf
Beta Was this translation helpful? Give feedback.
All reactions