ggtreeExtra icon indicating copy to clipboard operation
ggtreeExtra copied to clipboard

:lemon: Add Geom Layers On Circular Or Other Layout Tree Of “ggtree”

Results 12 ggtreeExtra issues
Sort by recently updated
recently updated
newest added

Hi, Great work on the ggtree and ggtreeExtra packages. I was trying to combine an msa plot (using ggmsa) with a tree as suggested [here](https://github.com/YuLab-SMU/ggmsa/pull/16), but ran into a "argument...

Is there a way to log scale a geom_fruit facet without simultaneously log scaling the underlying phylogeny?

Hi, recently I was using the ggtreeExtra and jjPlot. However, I want to show the species abundance and prevalence of pie charts. Following are my R code `# 添加注释信息 p_new

Hi, Here is an example code with `geom_tile`: ```R trfile

Hi, I'm trying to color the geom_boxplot in geom_fruit within an aes, but it doesn't seem to work. here below an example of my code, where the `fill= Phylum` works...

library("ggplot2") library("ggtree") library("ggtreeExtra") #tree trfile

I adjust the pwidth to control the width of the barplot layer, as #2 told. But negative values will be missing when pwidth is higher. ``` ggtree(tree, layout = "radial",...

I've got a phylogeny that I'd like to annotate but am having issues. The annotation data is in the form of This code works: ``` p

Hi, Is geom_fruit() working with geom_segment? Thanks, Dawid

sometimes we need to add error_bar for geom_bar, How to make it ?