Skip to content

Commit 0b6a973

Browse files
committed
Unassign otherwise invisible
1 parent 46e6ce5 commit 0b6a973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/plotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ For more help, see https://plot.ly/R or contact <[email protected]>.")
158158
if (!is.null(resp$message) && resp$error != "")
159159
cat(resp$message)
160160

161-
fig <- resp$payload$figure
161+
resp$payload$figure
162162
}
163163
pub$iplot <- function(..., kwargs = list(filename = NULL, fileopt = NULL)) {
164164
# Embed plotly graphs as iframes for knitr documents

0 commit comments

Comments
 (0)