Skip to content

Commit 6e09d43

Browse files
committed
revert to PNG for map
1 parent e5cb8e5 commit 6e09d43

File tree

4 files changed

+3
-1753
lines changed

4 files changed

+3
-1753
lines changed

r_project_sprint/report/R/participants.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ my_world |>
4242
panel.border = element_blank(),
4343
)
4444

45-
ggsave("participant_map.svg",
46-
path = here(dir, "figures"), device = svg,
45+
# svg doesn't seem to work propoerly here
46+
ggsave("participant_map.png",
47+
path = here(dir, "figures"), device = png,
4748
width = 10, height = 5
4849
)
4950
ggsave("participant_map.pdf",
729 KB
Loading

0 commit comments

Comments
 (0)