Skip to content

Plotly and Ipaper cannot be combined. #1672

Closed
@makis23

Description

@makis23

I would like to create a box plot with Ipaper package and ggplotly() but I see that it is not yet implemented. Any update on this?

# devtools::install_github('kongdd/Ipaper')
library(plotly)
library(Ipaper)
library(ggplot2)
p <- ggplot(mpg, aes(class, hwy))
ggplotly(p + geom_boxplot2(width = 0.8, width.errorbar = 0.5))

Warning message:
In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
  geom_GeomBoxplot2() has yet to be implemented in plotly.
  If you'd like to see this geom implemented,
  Please open an issue with your example code at
  https://github.com/ropensci/plotly/issues

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