diff --git a/data-visualization.qmd b/data-visualization.qmd index c37766e7a..4904aea7e 100644 --- a/data-visualization.qmd +++ b/data-visualization.qmd @@ -170,7 +170,7 @@ ggplot2::ggplot( "text", x = 2.75, y = 75, - label = "Tight Ends score fewer points\nthan other positions", + label = "Tight Ends score fewer fantasy\npoints than other positions", hjust = 0) + # left-justify theme_classic() + theme(legend.position = "none") +