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: =?ISO-8859-15?Q?Hans-Bernhard_Br=F6ker?= 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> References: 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: Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:521 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.