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


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

1 1 u at end of plotted table

From hopcode <marcrainer.kranz@yahoo.com>
Newsgroups comp.graphics.apps.gnuplot
Subject 1 1 u at end of plotted table
Date 2012-01-03 04:49 -0800
Organization http://groups.google.com
Message-ID <f4f0ed68-12e9-42f1-8caf-442a4eba5f96@d8g2000vbb.googlegroups.com> (permalink)

Show all headers | View raw


i couldnt read my post on comp.graphics.apps.gnuplot after 7 hours
perhaps my server is down.
news.online.de seems dead for 2 days
i will try google.
my apologize for posting it again. (moderator can
freely delete previous posts of same subject)
ok,

i need some help by 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 ? is it a bug ?
Thanks for your help

--
.:mrk[hopcode]

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


Thread

1 1 u at end of plotted table hopcode <marcrainer.kranz@yahoo.com> - 2012-01-03 04:49 -0800

csiph-web