We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for interactive integration with shiny
The text was updated successfully, but these errors were encountered:
currently, it's easy to coerce GeomPointTrace/GeomLineTrace to simple dot/line plot in ggplotly()
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
Sorry, something went wrong.
Extremely hacky way to get here: Several issues, mainly ggplotly() converts 1 ggplot object layer to 1 set of scatter to draw
by group plotting would be possible if we change data to 1 layer
This is a good idea and should be feasible, but I think we should resolve #39 before any further restructuring of the functions
agreed
raysinensis
No branches or pull requests
for interactive integration with shiny
The text was updated successfully, but these errors were encountered: