Skip to content

geom_text_repel has not been yet implemented into plotly #2185

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

Open
gforg34 opened this issue Sep 22, 2022 · 0 comments
Open

geom_text_repel has not been yet implemented into plotly #2185

gforg34 opened this issue Sep 22, 2022 · 0 comments

Comments

@gforg34
Copy link

gforg34 commented Sep 22, 2022

I want to build a phylogenetic tree from a newick file with ggplotly function but as soon as I use geom_text_repel to avoid overlapping between branches and labels, it says that this function is not yet implemented. The geom_text works only by itself but there is a lot of ovelap. Do you know anything that can help instead? Here is a small example.

library(ggtree)
library(plotly)

treefile <- "filename.newick"
tree <- read.tree(treefile)
p1 <- ggtree(tree)
p1 + geom_text_repel()
plotly::ggplotly(p1)

@gforg34 gforg34 changed the title geom_text_repel has not been yet implementd into plotly, geom_text_repel has not been yet implemented into plotly, Sep 22, 2022
@gforg34 gforg34 changed the title geom_text_repel has not been yet implemented into plotly, geom_text_repel has not been yet implemented into plotly Sep 22, 2022
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

1 participant