-
Notifications
You must be signed in to change notification settings - Fork 633
ggplot dendrogram cannot be added to plotly #61
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
Comments
Thanks for this example! Some of the features that you are trying to use are not supported yet (geom_text and geom_rect); we will keep you posted as they are added. Your example also uncovered a bug that we are fixing now! |
Hi thanks for keeping me posted. I would really love a fully functional R/ggplot2 support in plotly, that would be very convenient for sharing my research. |
I am also facing the same problem. Has it been fixed already? |
@FMKerckhof and @franckess, as an update, we have evolving support for dendrograms. It's based on @talgalili's work. Here is an example: |
see #219 |
Hi, I am not able to transform a specific ggplot2 in R to plotly using the api. After having installed and run
library(plotly)
without any issues I ran the following code in Rstudio server:This results in the following errors:
Following the suggestion I opened an issue, hoping anyone can help me out.
Further info
The output of my
sessionInfo()
is:I am running R and Rstudio server (v. 0.98.501) on an Ubuntu 12.04 server LTS system.
The text was updated successfully, but these errors were encountered: