Skip to content

geom_spoke plotly implementation #923

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
sctyner opened this issue Apr 4, 2017 · 2 comments
Closed

geom_spoke plotly implementation #923

sctyner opened this issue Apr 4, 2017 · 2 comments

Comments

@sctyner
Copy link
Contributor

sctyner commented Apr 4, 2017

From ggplot2 example:

df <- expand.grid(x = 1:10, y=1:10)
df$angle <- runif(100, 0, 2*pi)
df$speed <- runif(100, 0, sqrt(0.1 * df$x))
p <- ggplot(df, aes(x, y)) +
     geom_point() +
     geom_(aes(angle = angle), radius = .5)

Output:

Warning message:
In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
  geom_GeomSpoke() has yet to be implemented in plotly.

Just thought I'd ping you about it. Seems like it be fairly easy to implement, and I might even do it and submit a pull request after I'm done tweaking to_basic.GeomNet. 😝

@sctyner
Copy link
Contributor Author

sctyner commented Apr 4, 2017

#348

@sctyner sctyner closed this as completed Apr 4, 2017
@cpsievert
Copy link
Collaborator

cpsievert commented Apr 4, 2017

Seems like it be fairly easy to implement, and I might even do it and submit a pull request after I'm done tweaking to_basic.GeomNet.

Awesome, please do! 👍 🎉

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