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,
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 but not the color = Phylum, as the color of the outside of the box is just black.
This is beacuse the color aesthetic was used in the internal function of ggtreeExtra (The design was to solve the problem caused by combing the discrete and continuous values). So, here, the color aesthetics of geom_boxplot was not adjusted by scale_color_manual. But the color aesthetics of geom_tippoint can be adjusted by adding scale_color_manual.
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 but not thecolor = Phylum
, as the color of the outside of the box is just black.While, with just ggplot2 it works well
Any ideas?
Thanks a lot
Greg
The text was updated successfully, but these errors were encountered: