Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #519
| From | Markus <markusd112@web.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Error message "';' expected" |
| Date | 2011-08-07 09:10 +0200 |
| Organization | 1&1 Internet AG |
| Message-ID | <j1ldpi$3tn$1@online.de> (permalink) |
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