Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3104
| Path | csiph.com!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeder.erje.net!1.eu.feeder.erje.net!news.roellig-ltd.de!open-news-network.org!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Karl-Friedrich Ratzsch <mail.kfr@gmx.net> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: line 0: warning: Skipping data file with no valid points(gnuplot) |
| Date | Sun, 11 Oct 2015 13:01:48 +0200 |
| Organization | solani.org |
| Lines | 21 |
| Message-ID | <mvdfj0$eum$1@solani.org> (permalink) |
| References | <00007e50-135d-46d6-b1fc-7d088a4c09e0@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | solani.org 1444561312 15318 eJwFwYEBwCAIA7CXpLTdPMeB/H/CEqXD9dAyNZpwrCKIF30Uuz/f7DpbTcBBXecaFVYkUD8FYhAj (11 Oct 2015 11:01:52 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Sun, 11 Oct 2015 11:01:52 +0000 (UTC) |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| X-User-ID | eJwFwYEBACAEBMCVEv80TsT+I3QHpbDcCBoGox0my2pFpAvuvS5npzen9Exhulse/VVycn8ZjhHH |
| In-Reply-To | <00007e50-135d-46d6-b1fc-7d088a4c09e0@googlegroups.com> |
| Cancel-Lock | sha1:CjEVhqKiJxtTRcAKfLpsOBIyvdA= |
| X-NNTP-Posting-Host | eJwFwYkBwCAIA8CVlCeh42iQ/UfoXTo2xEAicnLq6xtreFNikUD3o16V7IS16czAnAYHET8o7xEf |
| Xref | csiph.com comp.graphics.apps.gnuplot:3104 |
Show key headers only | View raw
Am 11.10.2015 um 12:11 schrieb Marcello Chiurazzi:
> I have a problem using gnupolot from a c++ source code.
> The error is this:line 0: warning: Skipping data file with no valid points
>
> The code is this:
> char * commandsForGnuplot[] = {"set title \"ThumbRest\"","plot [0:6][-8.0:8.0] 'Thumb_R_1' with linespoints lc rgb 'black', 'Thumb_R_2' with linespoints lc rgb 'green', 'Thumb_R_3' with linespoints lc rgb 'blue', 'Thumb_R_4' with linespoints lc rgb 'red'"};
The warning means that one of your temporary data files has nothing
to do for "plot [0:6][-8.0:8.0]". Why, I cannot tell.
It's very hard to see the source of the problem with everything
wrapped in your C code. It could be a bug in gnuplot, an error in
the commands you use, an error in your data processing, a problem
with your original data, or anything else.
You should test your gnuplot commands in a plain gnuplot script, and
only then transfer them to your C code. Check if your temp files
really contain what you think they should, etc.
Karl
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
line 0: warning: Skipping data file with no valid points(gnuplot) Marcello Chiurazzi <chiurazzi.marcello@gmail.com> - 2015-10-11 03:11 -0700
Re: line 0: warning: Skipping data file with no valid points(gnuplot) Karl-Friedrich Ratzsch <mail.kfr@gmx.net> - 2015-10-11 13:01 +0200
Re: line 0: warning: Skipping data file with no valid points(gnuplot) Marcello Chiurazzi <chiurazzi.marcello@gmail.com> - 2015-10-12 15:38 -0700
Re: line 0: warning: Skipping data file with no valid points(gnuplot) Ethan A Merritt <sfeam@users.sourceforge.net> - 2015-10-12 16:30 -0700
Re: line 0: warning: Skipping data file with no valid points(gnuplot) Marcello Chiurazzi <chiurazzi.marcello@gmail.com> - 2015-10-13 00:33 -0700
Re: line 0: warning: Skipping data file with no valid points(gnuplot) Marcello Chiurazzi <chiurazzi.marcello@gmail.com> - 2015-10-13 00:42 -0700
csiph-web