orca icon indicating copy to clipboard operation
orca copied to clipboard

Exporting Plotly to EPS

Open msgoussi opened this issue 4 years ago • 0 comments

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

msgoussi avatar Mar 09 '21 03:03 msgoussi