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


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

1 1 u at end of plotted table

From hopcode <hopcode@nulnulul.de>
Newsgroups comp.graphics.apps.gnuplot
Subject 1 1 u at end of plotted table
Date 2012-01-02 16:02 +0100
Organization 1&1 Internet AG
Message-ID <jdsgul$mj0$1@online.de> (permalink)

Show all headers | View raw


Hi,
i have a problem when plotting to a text table:
having the file "result.txt" as follows
0
0
1
1
2
1
3
1
4
5
5
0
1

set table "E:/x64lab/develop/tests/tmp.txt"
plot "E:/x64lab/develop/tests/result.txt" u ($1):(1) smooth frequency

i obtain this in "tmp.txt"

# Curve 0 of 1, 7 points
# Curve title: ""E:/x64lab/develop/tests/result.txt"  using ($1):(1)"
# x y type
  0  3  i
  1  5  i
  2  1  i
  3  1  i
  4  1  i
  5  2  i
  1  1  u    <------------ why ?

why the last line is there? how can avoid it ?
Thanks,


-- 
.:mrk[hopcode]
   .:x64lab:.
  group http://groups.google.com/group/x64lab
  site http://sites.google.com/site/x64lab

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar


Thread

1 1 u at end of plotted table hopcode <hopcode@nulnulul.de> - 2012-01-02 16:02 +0100

csiph-web