Fix another alt-text
This commit is contained in:
parent
a8aadbe81b
commit
3fed7013e7
|
@ -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)) +
|
||||
|
|
Loading…
Reference in New Issue