gpt4 book ai didi

jupyter 中的 r 图形 - 无法启动 png() 设备

转载 作者:行者123 更新时间:2023-12-03 04:25:24 25 4
gpt4 key购买 nike

我在 Jupyter 中使用 R,但无法在笔记本本身中绘制图表。

这是一个可重现的示例

set.seed(123)
mat = as.matrix(x = rnorm(100), y = rnorm(100))
plot(mat)

在 Jupyter 中:

Error in png(tf, width, height, "in", pointsize, bg, res, antialias = antialias): unable to start png() device
Traceback:

如果我使用以下内容,我可以将图像以 png 格式保存在当前工作目录中。

png('test.png')
plot(mat)
dev.off()

编辑:

SessionInfo()
R version 3.4.4 (2018-03-15)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 16299)

我已经完成了以下操作,但没有一个能解决我的问题。

  1. Displaying ggplot2 graphs from R in Jupyter
  2. unable to plot in jupyter notebook using R kernel
  3. libXrender.so.1 is required to display R plots inline
  4. Can't display png
  5. Rendering of graphs in R kernel Notebooks on GitHub (与Github相关)

最佳答案

我遇到了完全相同的问题。我关闭了Anaconda,再次打开它,然后更新了内核;最后再次运行,没有任何错误。

conda install -c r r-essentials

关于jupyter 中的 r 图形 - 无法启动 png() 设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50944878/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com