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'.

From Hongyi Zhao <hszhao.cn@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject "test.gnu", line 1: Unrecognized option. See 'help set'.
Date 2011-07-22 03:21 +0000
Organization NPO RUSnet InterNetNews site
Message-ID <j0aqat$ce7$1@aspen.stu.neva.ru> (permalink)

Show all headers | 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