Skip to content

plotly_r has deprecated orca and now uses kaleido #71

@cysouw

Description

@cysouw

I was just experimenting for the first time with this phenomenal filter and noted the following problems:

  • the plotly library in R has deprecated the orca function for static image export and replaced it with kaleido.
  • when using format=HTML the htmlwidget is taking over the whole page, not showing any of the remaining markdown document.

Just for reference: this is the markdown I was experimenting with (macOS 14.5, R 4.4.0):

# Test

This is a test

    ```{.ggplot2 format=SVG}
ggplotify::as.ggplot(~
  plot(1:10,10:1)
)
    ```

More text

    ```{.plotly_r format=HTML caption="plotly widget"}
library(plotly)
plot_ly(economics, x = ~pop)
    ```

blablabla

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationhelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions