【问题标题】:plot with euler function and can't change the marginn用欧拉函数绘图,不能改变边距
【发布时间】:2019-09-12 11:50:48
【问题描述】:

我用euler包画了维恩图,为什么不能改变margin?

tiff("Desktop/aa.tiff", units="in", width=4, height=4, res=500)
par(mar = c(5, 50, 5, 5))
A= c("1","2","3","4")
B= c("1","5","3","4")
plot(
  euler(list(a = A,
             b =B)),
  fills = list(fill = c("red", "deepskyblue3"), alpha = 0.4), quantities = TRUE)
dev.off()

【问题讨论】:

    标签: r plot margin


    【解决方案1】:

    【讨论】:

      猜你喜欢
      • 2014-11-24
      • 2020-09-15
      • 2015-11-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多