From 0a134cb1184ceeb0419d9d3bbf830c7b20474905 Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Fri, 10 Mar 2023 01:10:24 -0500 Subject: [PATCH] Update for Quarto from Rmd --- quarto.qmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quarto.qmd b/quarto.qmd index eef3926..eddba9b 100644 --- a/quarto.qmd +++ b/quarto.qmd @@ -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.