Skip to content

Article for Exporting Static Image with Orca outdated. #99

Open
@PAllen0518

Description

@PAllen0518

Article under address ( https://plotly.com/r/static-image-export/ ) needs to be updated to reflect the deprecation of orca:

library(plotly)
 if (!require("processx")) install.packages("processx")
fig <- plot_ly(z = ~volcano) %>% add_surface()
orca(fig, "surface-plot.svg")

Warning message:
'orca' is deprecated.
Use 'kaleido' instead.
See help("Deprecated") 

R version 4.1.0 (2021-05-18)
Platform: x86_64-w64-mingw32/x64 (64-bit)

other attached packages:
[1] reticulate_1.22 plotly_4.10.0 processx_3.5.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions