【发布时间】:2016-07-29 23:01:03
【问题描述】:
我已经通过堆栈溢出搜索,我找到了以下链接,但它没有帮助。
r legend trouble , how to change the text size in legend
plot(c(1,1))
legend("topleft", "Legend", cex=1.3, pch=1, pt.cex = 1)
设置pt.cex只会改变点的大小,而文字完全没有改变。
有什么办法可以改变图例中的文字大小吗?
【问题讨论】:
-
更改
cex的值...