itchyshin / orchard_plot

Introducing the Orchard Plot for Meta-analysis
15 stars 4 forks source link

I cannot suppress or change the 'intrcpt' label on y axis #12

Open TreeChemLaura opened 1 month ago

TreeChemLaura commented 1 month ago

I am inputting a rma.mvmodel to produce an orchard plot, I am then creating a panel of 16 seperate plots. I need to supress the y axis label 'intrcpt' but cannot. I have tried several workarounds with ggplot code, but I just can't alter it at all :-(

TreeChemLaura commented 1 month ago

I have just worked out that if i use 'scale_x_discrete(breaks=NULL,labels=NULL)' instead of trying to adjust the y axis, this works! I guess the plot is 'flipped'?