我已经安装了适用于 Windows 的 Ubuntu 扩展,但是当我想使用 gnuplot 时遇到了麻烦......我只是想绘制一个简单的数据文件,但出现以下错误:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-julien_barbaud'
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.
Could not connect to existing gnuplot_qt. Starting a new one.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to
'/tmp/runtime-julien_barbaud'
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.
你可能猜到了,我对这个问题不是很熟悉。我应该在我的环境中设置一些东西来解决这个问题吗?
编辑:在评论中提出建议后,我尝试使用set term postscript
. 输出不同,但仍然没有情节......
在尝试之后set term png
, plot 命令给了我这个:
我可以通过在我的Windows系统上下载Xming来解决我的问题,以便linux可以访问X11 qt终端在这种情况下运行良好。
谢谢您的帮助 !
添加
在
rootfs
配置中。然后执行
Xorg
(第一次运行时不需要)。最后运行
然后运行qt项目。