Skip to content

Commit 35822ab

Browse files
committed
update map legend
1 parent f51b94e commit 35822ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Authors_Geo.png

2.96 KB
Loading

Authors_Geo.rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ df_pacific_island <- data.frame(region = c("Fiji", "Samoa", "Tonga", "Kiribati",
6666
df <- rbind(df, df_pacific_island) %>%
6767
dplyr::mutate(value = factor(value,
6868
levels = c("current or original", "current"),
69-
labels = c("Countries represented by authors",
70-
"Countries of current institutes")))
69+
labels = c("Authors' countries of origin (developing countries)",
70+
"Current institutional countries (developed countries)")))
7171
```
7272

7373
show on map, will improve in the future
@@ -94,7 +94,7 @@ plot1 <- ggplot() +
9494
scale_y_continuous(breaks=c()) +
9595
scale_x_continuous(breaks=c()) +
9696
# add note for legend
97-
labs(caption="Note: 'Countries represented by authors' are limited to developing countries;\n 'Countries of current institutes' include only authors whose affiliations are in developed countries.") +
97+
labs(caption="Note: Some authors from developing countries are affiliated with institutions in developed countries. The map aims to highlight\n both geographic representation and current collaboration networks.") +
9898
# labs(fill="", title="Geo-distribution of contributors", x="", y="") +
9999
# put legend in the button and in one row, without legend title
100100
theme(legend.position = "bottom", legend.direction = "horizontal",

0 commit comments

Comments
 (0)