diff --git a/communication.qmd b/communication.qmd index 683b620..45716b8 100644 --- a/communication.qmd +++ b/communication.qmd @@ -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") ```