orca
orca copied to clipboard
Exporting Plotly to EPS
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