Skip to content

Commit e5cb8e5

Browse files
committed
change figure size
1 parent c12f8f6 commit e5cb8e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

r_project_sprint/report/R/review.R

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ review |>
7777
panel.grid.minor = element_blank(),
7878
panel.grid.major.y = element_blank())
7979

80-
ggsave("bug_review.png", path = here(dir, "figures"),
81-
device = "png", dpi = 320, width = 8, height = 4)
8280
ggsave("bug_review.pdf", path = here(dir, "figures"),
83-
device = cairo_pdf, width = 8, height = 4)
81+
device = cairo_pdf, width = 8, height = 3)
8482
ggsave("bug_review.svg", path = here(dir, "figures"),
85-
device = svg, width = 8, height = 4)
83+
device = svg, width = 8, height = 3)

0 commit comments

Comments
 (0)