Fix another alt-text

This commit is contained in:
Hadley Wickham 2022-11-04 10:36:08 -05:00
parent a8aadbe81b
commit 3fed7013e7
1 changed files with 2 additions and 3 deletions

View File

@ -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)) +