This is a test version of Biostars. For the public version, visit https://www.biostars.org.
not clipping (like xpd=TRUE)

I used geom_tiplab to plot the label. Is there any option ( like xpd=TRUE in plot) to plot the complete label? Thank you.

ggtree xpd clip

Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.
code_formatting

1 answer

The option coord_cartesian(clip='off'). It solves the problem.

Log in to answer this question.