You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, firstly wanted to say how much I really love aplot. It has helped me generate a number of great looking figures.
My issue is that I would like to either have my ggtree phylogeny as the input ggtree_plot %>% insert_right(metadata1, width = 0.5)
but this returns Error in x$plotlist[[i]] + ylim2(mp) : non-numeric argument to binary operator
So barring that, I would like to be able to scale the input plot metadata1, width = 0.5 %>% insert_left(g)
Is there any way to do this?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, firstly wanted to say how much I really love aplot. It has helped me generate a number of great looking figures.
My issue is that I would like to either have my ggtree phylogeny as the input
ggtree_plot %>% insert_right(metadata1, width = 0.5)
but this returns
Error in x$plotlist[[i]] + ylim2(mp) : non-numeric argument to binary operator
So barring that, I would like to be able to scale the input plot
metadata1, width = 0.5 %>% insert_left(g)
Is there any way to do this?
Thanks
The text was updated successfully, but these errors were encountered: