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

test (and if needed fix) compatibility with plotly #40

Open
raysinensis opened this issue Sep 23, 2021 · 5 comments
Open

test (and if needed fix) compatibility with plotly #40

raysinensis opened this issue Sep 23, 2021 · 5 comments
Assignees

Comments

@raysinensis
Copy link
Contributor

for interactive integration with shiny

@raysinensis raysinensis self-assigned this Sep 23, 2021
@raysinensis
Copy link
Contributor Author

currently, it's easy to coerce GeomPointTrace/GeomLineTrace to simple dot/line plot in ggplotly()

geom2trace.GeomPointTrace <- getFromNamespace("geom2trace.GeomPoint", asNamespace("plotly"))
to_basic.GeomLineTrace <- getFromNamespace("to_basic.GeomLine", asNamespace("plotly"))

Actual features of the package though, will take more digging

@raysinensis
Copy link
Contributor Author

Extremely hacky way to get here:
Screen Shot 2021-09-27 at 5 06 17 PM
Several issues, mainly ggplotly() converts 1 ggplot object layer to 1 set of scatter to draw

@raysinensis
Copy link
Contributor Author

by group plotting would be possible if we change data to 1 layer

@sheridar
Copy link
Member

sheridar commented Oct 1, 2021

This is a good idea and should be feasible, but I think we should resolve #39 before any further restructuring of the functions

@raysinensis
Copy link
Contributor Author

agreed

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