Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #521
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Error message "';' expected" |
| Date | 2011-08-07 14:56 +0200 |
| Message-ID | <9a7gblFmlmU1@mid.dfncis.de> (permalink) |
| References | <j1ldpi$3tn$1@online.de> |
On 07.08.2011 09:10, Markus wrote: > 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... Actually no. It expects one between "lines" and "1", because current gnuplot doesn't allow a "1" in that place. That syntax (linetype specification with just a number, but no keyword) has been deprecated for several years now. It had never been an officially documented feature anyway, and was removed ages ago. Have a look at "help plot style" to see how it's done.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | 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