Skip to content
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

geom_GeomCustomAnn() has yet to be implemented in plotly. #1878

Closed
mbaxaci2 opened this issue Nov 5, 2020 · 1 comment
Closed

geom_GeomCustomAnn() has yet to be implemented in plotly. #1878

mbaxaci2 opened this issue Nov 5, 2020 · 1 comment

Comments

@mbaxaci2
Copy link

mbaxaci2 commented Nov 5, 2020

When using the ggsoccer package to make plots. The following code:

library(ggsoccer)
library(ggplot2)
library(plotly)

g <- ggplot() +
annotate_pitch()

ggplotly(g)

Results in these warnings:

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

I believe the issues are caused by the semi-circle in the middle, and the two arcs either side.

@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