Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save R plotly figures using kaleido #122

Closed
timmens opened this issue Dec 2, 2022 · 1 comment
Closed

Save R plotly figures using kaleido #122

timmens opened this issue Dec 2, 2022 · 1 comment

Comments

@timmens
Copy link
Member

timmens commented Dec 2, 2022

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.

@hmgaudecker
Copy link
Member

Obsolete with #146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants