talgalili / heatmaply

Interactive Heat Maps for R Using plotly
377 stars 73 forks source link

Size of the exported plot [FEATURE] #290

Closed Luponsky closed 1 year ago

Luponsky commented 1 year ago

Hello ! heatmaply is fantastic! I would like to export in pdf format using the A4 size! Do you have any suggestions? Cheers, L

alanocallaghan commented 1 year ago

You could use wkhtmltopdf, plotly::export, plotly::orca, or plotly::kaleido, I think... Hopefully you have better success getting them to work than I did today!

alanocallaghan commented 1 year ago

Or indeed webshot::webshot which I think is what one of the plotly functions uses internally...