I post this because I am facing the same problem: I want to change the text of the label (not the font, the face, the colour, etc: the text itself) of the leftmost panel which is automatically called “Tree” by ggtree. As far as I understand, and contrary to what is posted below, the “theme” thing of ggplot2 only allows to change the appearance of the panel header, not the text of the panel title itself… So how to go about that?
这是google group里的问题,说的是facet_plot
会把画树的panel叫做Tree,而他想改名,于是我就写了一个函数,facet_labeller
来回应这个问题。