Skip to content

Commit a55aabe

Browse files
author
mykle hoban
committed
svg output for correlation plots
1 parent 8efc24b commit a55aabe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/assesspool_report.Rmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,12 @@ methods %>%
11051105
yaxis = list(title = str_glue("F<sub>st</sub> ({ytitle})"))
11061106
) %>%
11071107
# disappear the legends
1108-
hide_guides()
1108+
hide_guides() %>%
1109+
config(toImageButtonOptions = list(
1110+
format = 'svg',
1111+
width = 900,
1112+
height = 600
1113+
))
11091114
11101115
print(tagList(fig))
11111116
})

0 commit comments

Comments
 (0)