mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-14 13:54:06 +01:00
Modifie la couleur de remplissage du graphique en utilisant "lightgreen" au lieu de "grey"
This commit is contained in:
@@ -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()
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user