diff --git a/M2/Data Visualisation/tp2/4-td_graphiques - enonce.Rmd b/M2/Data Visualisation/tp2/4-td_graphiques - enonce.Rmd index f5c2a95..6f87932 100644 --- a/M2/Data Visualisation/tp2/4-td_graphiques - enonce.Rmd +++ b/M2/Data Visualisation/tp2/4-td_graphiques - enonce.Rmd @@ -189,7 +189,7 @@ world_df <- world |> left_join(world_df, by = c("NAME_ENGL" = "country")) ggplot(world_df) + - geom_sf(color = "black", fill = "grey") + + geom_sf(color = "black", fill = "lightgreen") + theme_void() ```