Fix another alt-text
This commit is contained in:
		@@ -232,10 +232,9 @@ You can force them to display by supplying `drop = FALSE` to the appropriate dis
 | 
				
			|||||||
#| layout-ncol: 2
 | 
					#| layout-ncol: 2
 | 
				
			||||||
#| fig-width: 3
 | 
					#| fig-width: 3
 | 
				
			||||||
#| fig-height: 2
 | 
					#| fig-height: 2
 | 
				
			||||||
#| fig-alt: 
 | 
					#| fig-alt: >
 | 
				
			||||||
#| - >
 | 
					 | 
				
			||||||
#|   A bar chart with a single value on the x-axis, "no".
 | 
					#|   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 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.
 | 
					#|   the x-axis, "yes" and "no". There is no bar for the "yes" category.
 | 
				
			||||||
ggplot(health, aes(smoker)) +
 | 
					ggplot(health, aes(smoker)) +
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user