plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
292 stars 40 forks source link

Exporting Plotly to EPS #366

Open msgoussi opened 3 years ago

msgoussi commented 3 years ago
p <- plotly::plot_ly(economics, x = ~pop)
plotly::orca(p = p, file = "test.eps")

I No trace type specified: Based on info supplied, a 'histogram' trace seems appropriate. Read more about this trace type -> https://plotly.com/r/reference/#histogram

| done with code 1 in 405.15 ms - failed or incomplete task(s) Error in processx::run("orca", args, echo = TRUE, spinner = TRUE, ...) : System command 'orca' failed, exit status: 1, stdout & stderr were printed Type .Last.error.trace to see where the error occured