plot_model在轴和标签空间之间调整大小

问题描述

请问如何调整轴和标签间的间距,设置轴后情况会更糟。我更喜欢标签具有像pic2一样的柔软位置(不包裹)。

pic1代码(不喜欢包装):

 plot_model(X1,type = "est",axis.lim = c(0.1,5),show.values = TRUE,show.intercept = T,value.offset = .3,colors = c("blue","red"))

pic2代码(想要文本不自动换行):

plot_model(X2,"red"),axis.labels=rev(c("(Intercept)","Group (OT)","S_O (Self)","Block","Hierarchy1st (Superior)","Hierarchy1st (Inferior)","Group (OT) × S_O (Self)","Group (OT) × Block","S_O (Self) × Block","Block × Hierarchy1st (Superior)","Block × Hierarchy1st (Inferior)","S_O (Self) × Block × Hierarchy1st (Superior)","S_O (Self) × Block × Hierarchy1st (Inferior)" )))  

非常感谢!

enter image description here

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)