From 3fed7013e75c1d7141e8db0fc6fd5301a18c459c Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Fri, 4 Nov 2022 10:36:08 -0500 Subject: [PATCH] Fix another alt-text --- missing-values.qmd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/missing-values.qmd b/missing-values.qmd index bb66a07..40708dc 100644 --- a/missing-values.qmd +++ b/missing-values.qmd @@ -232,10 +232,9 @@ You can force them to display by supplying `drop = FALSE` to the appropriate dis #| layout-ncol: 2 #| fig-width: 3 #| fig-height: 2 -#| fig-alt: -#| - > +#| fig-alt: > #| A bar chart with a single value on the x-axis, "no". -#| - > +#| #| The same bar chart as the last plot, but now with two values on #| the x-axis, "yes" and "no". There is no bar for the "yes" category. ggplot(health, aes(smoker)) +