for report : adding notches to network clustering

This commit is contained in:
Louis Lacoste 2024-07-17 22:53:20 +02:00
parent 5f6bdaad15
commit 359349a353
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ ari_plot <- ggplot(df_netclust) +
xlab("$\\epsilon$") +
guides(fill = guide_legend(title = "Model")) +
ylab("ARI of the clustering") +
geom_boxplot(aes(fill = model)) +
geom_boxplot(aes(fill = model), notch = TRUE) +
theme_minimal()
output_tikz_folder <- here(

@ -1 +1 @@
Subproject commit f3eeb2b403c660542a20f00d2331672691b8454f
Subproject commit 7775298a00004cd694deccf9c6a342c388b6db62