You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the below code,
library(plotly)
fig <- plot_ly(data = iris, x = ~Sepal.Length, y = ~Petal.Length)
fig
orca(fig,"testfig.png")
I get the error:
Error: The orca command-line utility is required for this functionality.
Please follow the installation instructions here -- https://github.com/plotly/orca#installation
I can see the orca command, run help but it doesnt produce the output
The text was updated successfully, but these errors were encountered:
I ran the below code,
library(plotly)
fig <- plot_ly(data = iris, x = ~Sepal.Length, y = ~Petal.Length)
fig
orca(fig,"testfig.png")
I get the error:
Error: The orca command-line utility is required for this functionality.
Please follow the installation instructions here -- https://github.com/plotly/orca#installation
I can see the orca command, run help but it doesnt produce the output
The text was updated successfully, but these errors were encountered: