Skip to content

Create geom_edge for work with ggraph in R #1891

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ElliotMeador84 opened this issue Nov 26, 2020 · 1 comment
Closed

Create geom_edge for work with ggraph in R #1891

ElliotMeador84 opened this issue Nov 26, 2020 · 1 comment

Comments

@ElliotMeador84
Copy link


Brief description of the problem

library(tidyverse)
library(ggraph)
library(plotly)

g <- igraph::erdos.renyi.game(25, .1)


g_graph <- ggraph(g)+
  geom_edge_fan()+
  geom_node_point()

plotly::ggplotly(g_graph)

Warning message:
In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomEdgePath() 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

@cpsievert
Copy link
Collaborator

Duplicate of #566

@cpsievert cpsievert marked this as a duplicate of #566 Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants