Skip to content

Commit add956b

Browse files
committed
change default scaling to 1 in plotly_IMAGE, fixes #478
1 parent f1900cc commit add956b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/plotly_IMAGE.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#'
2222

2323
plotly_IMAGE <- function(x, width = 1000, height = 500, format = "png",
24-
scale = 4, out_file, ...) {
24+
scale = 1, out_file, ...) {
2525
x <- plotly_build(x)
2626

2727
bod <- list(

0 commit comments

Comments
 (0)