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 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: 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 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