Skip to content

Commit c08434c

Browse files
consistent font label clustering elbow
1 parent e75f9d2 commit c08434c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/clustering.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ p2 <- ggplot(clusterings, aes(x = k, y = tot.withinss)) +
894894
xend = 3.1,
895895
yend = 6),
896896
arrow = arrow(length = unit(0.2, "cm"))) +
897-
annotate("text", x = 4.4, y = 19, label = "Elbow", size = 7, color = "blue") +
897+
annotate("text", x = 4.4, y = 19, label = "Elbow", size = 5) +
898898
labs(x = "Number of Clusters", y = "Total WSSD") +
899899
#theme(text = element_text(size = 20)) +
900900
scale_x_continuous(breaks = 1:9)

0 commit comments

Comments
 (0)