R语言 Error in plot.new() : figure margins too large 报错解决

一次电脑没有电脑外界屏,用了自己的小笔记本码R。 同时开了好几个页面,把RStudio缩小了。 结果出直方图的时候,报错。

> hist(insurance$charges)
Error in plot.new() : figure margins too large

Error in plot.new() : figure margins too large,经检查是左边Plots窗口缩小导致的。拉大即可。
扩大或者独立出来即可
2020/03/09 记。


版权声明:本文为weixin_43860294原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。