plotly / Kaleido

Fast static image export for web-based visualization libraries with zero dependencies
Other
363 stars 36 forks source link

export from R? #93

Closed bigomics closed 2 months ago

bigomics commented 3 years ago

Can we export a plotly image from R with Kaleido? How to do this?

jonmmease commented 3 years ago

Hi @bigomics, I'm not sure whether the R-plotly library has kaleido support. Maybe @cpsievert could chime in?

cpsievert commented 3 years ago

No, the R package only has support for orca() at the moment

jackparmer commented 3 years ago

I believe that @cpsievert recently updated this?

cpsievert commented 3 years ago

Yea, the development version now has save_image(), which uses kaleido() under the hood.

gvwilson commented 2 months ago

Thanks for your interest in Kaleido. We are currently working on an overhaul that might address your issue - we hope to have news in a few weeks and will post an update then. Thanks - @gvwilson