Remove extraneous comma, closes #1413
This commit is contained in:
		@@ -197,7 +197,7 @@ ggplot(mpg, aes(x = displ, y = hwy, color = drv)) +
 | 
			
		||||
  geom_label_repel(
 | 
			
		||||
    data = label_info, 
 | 
			
		||||
    aes(x = displ, y = hwy, label = drive_type),
 | 
			
		||||
    fontface = "bold", size = 5, nudge_y = 2,
 | 
			
		||||
    fontface = "bold", size = 5, nudge_y = 2
 | 
			
		||||
  ) +
 | 
			
		||||
  theme(legend.position = "none")
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user