Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #521
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail |
|---|---|
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Error message "';' expected" |
| Date | Sun, 07 Aug 2011 14:56:24 +0200 |
| Lines | 19 |
| Message-ID | <9a7gblFmlmU1@mid.dfncis.de> (permalink) |
| References | <j1ldpi$3tn$1@online.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-15; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.dfncis.de jTMJltjU0hX0FXgfewAK9AvTDmFsmtTjpW0l9jRQ9FxABWCZvjU6vus9ty |
| Cancel-Lock | sha1:gBBjs9s1G+CPotmP57jH62aOsmw= |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
| In-Reply-To | <j1ldpi$3tn$1@online.de> |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:521 |
Show key headers only | View raw
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