X轴记号标签的不同字体大小和字体。
解决方案:-我试着使用bquote和tried。啊,真灵!谢谢你的帮助!
发布于 2020-01-08 03:51:48
尝试添加
+ theme(axis.text.x = element_text(color = "grey20", size =c(12,8), face=c("bold","plain")
这解决你的问题了吗?
https://stackoverflow.com/questions/59634326
相似问题