首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >gnuplot错误- MS-Windows 32位不支持系统评估

gnuplot错误- MS-Windows 32位不支持系统评估
EN

Stack Overflow用户
提问于 2012-02-02 00:16:37
回答 1查看 852关注 0票数 1

在我的vista桌面上,我找不到错误提示。但在我的mac (英特尔)双启动的xp端,在尝试使用外部txt文件执行plot命令时,4.44和4.43都给出了相同的错误(警告: MS-Windows 32位不支持系统评估),如下所示:

代码语言:javascript
复制
    G N U P L O T
    Version 4.4 patchlevel 4
    last modified November 2011
    System: MS-Windows 32 bit

    Copyright (C) 1986-1993, 1998, 2004, 2007-2011
    Thomas Williams, Colin Kelley and many others

    gnuplot home:     http://www.gnuplot.info
    faq, bugs, etc:   type "help seeking-assistance"
    immediate help:   type "help"
    plot window:      hit 'h'

Terminal type set to 'wxt'
gnuplot>  plot      "fpdfs3f1.txt" u 1:4 t `S1' w l lw 5
     warning: system evaluation not supported by MS-Windows 32 bit

gnuplot> plot      "fpdfs3f1.txt" u 1:4 t
                                      ^
     expecting "title" for plot

gnuplot>

有没有人能帮我解决这个问题?非常感谢大家提前给予的帮助。

EN

回答 1

Stack Overflow用户

发布于 2012-02-02 20:06:41

用"S1“替换标题中的引号解决了这个问题。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/9099245

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档