Closed
Description
Like the title says the problem is that the orca()
function always throws an error that a mapbox token has to be assigned even if the given plot does not depend on mapbox.
I don't think a reprex is really needed but anyway:
Sys.unsetenv("MAPBOX_TOKEN")
p <- plot_ly(z = ~volcano) %>% add_surface()
orca(p, "surface-plot.svg")
Metadata
Metadata
Assignees
Labels
No labels