Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #463

"test.gnu", line 1: Unrecognized option. See 'help set'.

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!goblin1!aspen.stu.neva.ru!goblin.stu.neva.ru!not-for-mail
From Hongyi Zhao <hszhao.cn@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject "test.gnu", line 1: Unrecognized option. See 'help set'.
Date Fri, 22 Jul 2011 03:21:01 +0000 (UTC)
Organization NPO RUSnet InterNetNews site
Lines 43
Sender zhaohscas@rusnet.ru
Message-ID <j0aqat$ce7$1@aspen.stu.neva.ru> (permalink)
NNTP-Posting-Host 222.75.247.201
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
X-Trace aspen.stu.neva.ru 1311304861 12743 222.75.247.201 (22 Jul 2011 03:21:01 GMT)
X-Complaints-To abuse@rusnet.ru
NNTP-Posting-Date Fri, 22 Jul 2011 03:21:01 +0000 (UTC)
User-Agent Pan/0.134 (Wait for Me; GIT 9383aac --track)
Xref x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:463

Show key headers only | View raw


Hi all,

I get the following error:

------
$ gnuplot test.gnu

set data style lines
    ^
"test.gnu", line 1: Unrecognized option.  See 'help set'.
-----------

The content of test.gnu:

------------
$ cat test.gnu
set data style lines
set format y "%.4f"
set key
set xlabel "Energy (eV)         " 0,0
set ylabel "DOS/PDOS (arb.units)" 0,0
set title "                                                  " 0,0
 set terminal x11
#set terminal post color "Times-Roman" 14
#set output "dos.dat0at.ps"
 plot "pdos_1.dat"  u 1:2 t "total"\
 , "pdos_1.dat"  u 1:3 t "group 1 (loc)"\
 , "pdos_2.dat"  u 1:3 t "group 2 (loc)"\

 pause -1
------------

The version of gnuplot in my case:

$ gnuplot --version
gnuplot 4.4 patchlevel 0


Any hints on this issue?

Regards
-- 
.: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

"test.gnu", line 1: Unrecognized option.  See 'help set'. Hongyi Zhao <hszhao.cn@gmail.com> - 2011-07-22 03:21 +0000
  Re: "test.gnu", line 1: Unrecognized option.  See 'help set'. Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-07-22 09:25 +0200
    Re: "test.gnu", line 1: Unrecognized option. See 'help set'. Gavin Buxton <gavinbuxton@gmail.com> - 2011-07-22 05:21 -0700

csiph-web