其他分享
首页 > 其他分享> > jupyter R 设置图片大小

jupyter R 设置图片大小

作者:互联网

options(repr.plot.width = 12, repr.plot.height = 5)

在最开始的cell处加入以上代码即可
在这里插入图片描述

标签:plot,12,jupyter,repr,height,cell,设置,图片大小
来源: https://blog.csdn.net/qq_45759229/article/details/123194768