Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #519
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.glorb.com!hq-usenetpeers.eweka.nl!81.171.88.15.MISMATCH!eweka.nl!lightspeed.eweka.nl!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail |
|---|---|
| From | Markus <markusd112@web.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Error message "';' expected" |
| Date | Sun, 07 Aug 2011 09:10:41 +0200 |
| Organization | 1&1 Internet AG |
| Lines | 36 |
| Message-ID | <j1ldpi$3tn$1@online.de> (permalink) |
| NNTP-Posting-Host | dslb-094-219-060-150.pools.arcor-ip.net |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-15; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | online.de 1312701042 4023 94.219.60.150 (7 Aug 2011 07:10:42 GMT) |
| X-Complaints-To | abuse@einsundeins.com |
| NNTP-Posting-Date | Sun, 7 Aug 2011 07:10:42 +0000 (UTC) |
| User-Agent | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11 |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:519 |
Show key headers only | View raw
Hi,
I have used gnuplot on my old sheevaplug to visualize some weather
information.
Before half a year my sheeva has broken and now I try to setup a new
DreamPlug with the same functionality.
But my GnuPlot script doesn't work any longer on DreamPlug. It stops
with an error:
plot "< awk '/Sensor 1/ {next} {print}' /var/log/temperatures" using 1:6
title 'Innentemperatur' smooth unique with lines 1, "< awk '/Sensor 0/
{next} {print}' /var/log/temperatures" using 1:6 title
'Aussentemperatur' smooth unique with lines 3
"tempdarstellung", line 18: ';' expected
And:
plot "/var/log/fhem/KS300-2011.log" using 1:4 title 'Aussentemperatur'
smooth unique with lines 1, "/var/log/fhem/KS300-2011.log" using 1:6
title 'Luftfeuchtigkeit' smooth unique with lines 3
^
"KS300_plot", line 19: ';' expected
It says that behind "lines 1" it expects a semicolon...
Do you have any idea?
Thanks,
Markus
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Error message "';' expected" Markus <markusd112@web.de> - 2011-08-07 09:10 +0200
Re: Error message "';' expected" Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-08-07 14:56 +0200
Re: Error message "';' expected" James Waldby <not@valid.invalid> - 2011-08-07 15:24 +0000
Re: Error message "';' expected" Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-08-07 17:42 +0200
Re: Error message "';' expected" Markus <markusd112@web.de> - 2011-08-08 18:58 +0200
csiph-web