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


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

1 1 u at end of plotted table (server works?)

From hopcode <hopcode@nulnulul.de>
Newsgroups comp.graphics.apps.gnuplot
Subject 1 1 u at end of plotted table (server works?)
Date 2012-01-02 22:41 +0100
Organization 1&1 Internet AG
Message-ID <jdt8a2$95p$1@online.de> (permalink)

Show all headers | View raw


i couldnt read my post on comp.graphics.apps.gnuplot after 7 hours
perhaps my server is down.
my apologize for posting it again

the 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 "tmp.txt"
plot "result.txt" u ($1):(1) smooth frequency

i obtain this in "tmp.txt"

# Curve 0 of 1, 7 points
# Curve title: ""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]

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


Thread

1 1 u at end of plotted table (server works?) hopcode <hopcode@nulnulul.de> - 2012-01-02 22:41 +0100

csiph-web