gpt4 book ai didi

linux - Linux 中的 Rgnuplot : plot window does not appear

转载 作者:太空宇宙 更新时间:2023-11-04 03:58:37 25 4
gpt4 key购买 nike

我已经在 Debian Stable Linux 上的 R 版本 2.15.1 中安装了 Rgnuplot。我从页面上给出的示例中运行了以下代码:https://github.com/cran/Rgnuplot/blob/master/demo/hello1.R

require(Rgnuplot)
#"Hello World!" - text on legend
#Initialize the gnuplot handle
h1<-gp.init()
#set output to a postscript file
#gp.cmd(h1,'set terminal postscript eps color;set output "helloworld1.eps"')
#label the x and y axis
gp.set.xlabel(h1, 'x')
gp.set.ylabel(h1, 'y')
#set plot style to "lines"
gp.setstyle(h1, 'lines')
#plot sin(x) and add a legend
gp.plot.equation(h1,'sin(x)','Hello World!')

但是绘图窗口没有出现。我也尝试了其他示例,但没有出现绘图窗口。我该如何解决这个问题?感谢您的帮助。

最佳答案

我发现gnuplot-x11没有安装。安装后,绘图窗口会显示正确的图形。

对于 Rgnuplot 的开发人员:如果在未安装 gnuplot-x11 时显示错误/警告,将会很有帮助。目前,命令被接受,没有任何错误/警告,但没有出现绘图窗口,用户对问题一无所知。

关于linux - Linux 中的 Rgnuplot : plot window does not appear,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23821920/

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