Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1679
| Message-ID | <5130B8EA.9040709@syscom-instruments.com> (permalink) |
|---|---|
| Date | 2013-03-01 15:19 +0100 |
| From | avd <avd@syscom-instruments.com> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Create timeline and plot it with binary datas |
| References | <36795$5130890d$3e0c929a$8960@nf39.xennanews.com> <kgqbph$goo$1@news.rz.uni-karlsruhe.de> |
| Organization | Xennanews |
On 01. 03. 13 14:51, Karl wrote: > Am 01.03.2013 11:53, schrieb avd: >> plot \ >> "mydata" binary skip=512 format="%lf%*lf%*lf" using >> genx($0):(inscale($1)) title "x" with lines,\ > > >> # Curve title: "x" >> # x y type >> "g" 0.0664117 i >> "g" 0.0633014 i >> "g" 0.0571437 i > >> Why there "g" for my x data :( ? > > I cannot try now, not having your data, but this should not print at > all, since you´ve got the "using" statment wrong. > > There have to be parentheses () around everything that is more than just > a column number. > > from "help using": > > "Each<entry> may be a simple column number that selects the value from > one field of the input file, a string that matches a column label in the > first line of a data set, an expression enclosed in parentheses, or a > special function not enclosed in parentheses such as xticlabels(2). " > > so > > gp> plot "" using (genx($0)):(inscale($1)) > > if your plot command indeed produces this output, then this looks like a > bug in the parser, that you should report. > > Karl > > Thanks Karl, this was my mistake :) Anthony.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar | Unroll thread
Create timeline and plot it with binary datas avd <avd@syscom-instruments.com> - 2013-03-01 11:53 +0100
Re: Create timeline and plot it with binary datas avd <avd@syscom-instruments.com> - 2013-03-01 14:47 +0100
Re: Create timeline and plot it with binary datas Karl <mail.kfr@gmx.net> - 2013-03-01 14:51 +0100
Re: Create timeline and plot it with binary datas avd <avd@syscom-instruments.com> - 2013-03-01 15:19 +0100
csiph-web