在我的vista桌面上,我找不到错误提示。但在我的mac (英特尔)双启动的xp端,在尝试使用外部txt文件执行plot命令时,4.44和4.43都给出了相同的错误(警告: MS-Windows 32位不支持系统评估),如下所示:
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>有没有人能帮我解决这个问题?非常感谢大家提前给予的帮助。
发布于 2012-02-02 20:06:41
用"S1“替换标题中的引号解决了这个问题。
https://stackoverflow.com/questions/9099245
复制相似问题