Update for Quarto from Rmd
This commit is contained in:
parent
ef1fa90d80
commit
0a134cb118
|
@ -433,11 +433,11 @@ We recommend three of the five options:
|
|||
Then in individual chunks, only adjust `fig-asp`.
|
||||
|
||||
- Control the output size with `out-width` and set it to a percentage of the line width.
|
||||
We suggest to `out-width: "70%"` and `fig-align: "center"`.
|
||||
We suggest to `out-width: "70%"` and `fig-align: center`.
|
||||
That gives plots room to breathe, without taking up too much space.
|
||||
|
||||
- To put multiple plots in a single row, set the `out-width` to `50%` for two plots, `33%` for 3 plots, or `25%` to 4 plots, and set `fig-align: "default"`.
|
||||
Depending on what you're trying to illustrate (e.g. show data or show plot variations), you might also tweak `fig-width`, as discussed below.
|
||||
- To put multiple plots in a single row, set the `layout-ncol` to 2 for two plots, 3 for three plots, etc.
|
||||
Depending on what you're trying to illustrate (e.g., show data or show plot variations), you might also tweak `fig-width`, as discussed below.
|
||||
|
||||
If you find that you're having to squint to read the text in your plot, you need to tweak `fig-width`.
|
||||
If `fig-width` is larger than the size the figure is rendered in the final doc, the text will be too small; if `fig-width` is smaller, the text will be too big.
|
||||
|
|
Loading…
Reference in New Issue