我正在使用Xubuntu 13.10,我通过编译来安装gnuplot.但是,当我测试"情节"的功能时,它出错:
$ python PlotSccDistr.py
set terminal png size 1000,800
^
"scc.example.plt", line 16: unknown or ambiguous terminal type; type just 'set terminal' for a list
Run Code Online (Sandbox Code Playgroud)
如果我想设置终端png,但我在列表中找不到"png":
$ gnuplot
G N U P L O T
Version 4.6 patchlevel 5 last modified February 2014
Build System: Linux x86_64
Copyright (C) 1986-1993, 1998, 2004, 2007-2014
Thomas Williams, Colin Kelley and many others
gnuplot home: http://www.gnuplot.info
faq, bugs, etc: type "help FAQ"
immediate help: type "help" (plot window: hit 'h')
Terminal type …Run Code Online (Sandbox Code Playgroud)