econ-project-templates icon indicating copy to clipboard operation
econ-project-templates copied to clipboard

Save R plotly figures using kaleido

Open timmens opened this issue 1 year ago • 0 comments

In the R example plotly figures are saved using

plotly::export(fig, path)

This is deprecated and should be replaced by

plotly::kaleido(fig, path)

which uses the same program (kaleido) as the Python example.

timmens avatar Dec 02 '22 18:12 timmens