Path: csiph.com!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Gudrun Newsgroups: comp.graphics.apps.gnuplot Subject: Re: What does this mean? Date: Fri, 13 Jul 2012 11:25:24 +0200 Organization: albasani.net Lines: 28 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net 5R05RfZdQiFVIla2mGyg2UoBvtgNLqSKdBGW5/H0RCxBcT3DKXnDarf4034x4iB9lEVqwsubBuhyfthIixk8zCdKUbH9aAAqvw6X66T4ZXKQ71sZV35rKt8EFFdoaZ3E NNTP-Posting-Date: Fri, 13 Jul 2012 09:25:24 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="2te8XBroXExWcOdsqSeE3Gr6TFpnR2tsWf0vMuOGxGU2qSEcxaAU7BcTsC7iKnxynMvUZiHISsGtwGXFndXzO+J/K+sC0k+Ars9JoJDNRT1PXq+P3Jn5XkUReAKf7PUg"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 In-Reply-To: Cancel-Lock: sha1:VzPiVZFSfSbivXKbB7035IRQpmU= Xref: csiph.com comp.graphics.apps.gnuplot:1266 Dear Sfeam, sorry, that was not my best day. Thanks a lot for your help. Kind regards Gudrun Am 11.07.12 19:42, schrieb sfeam: > Gudrun wrote: > >> Hi. >> What does this mean please? >> >> gnuplot> plot 'test.dat' 1:2 w points notitle >> ^ >> ';' expected > > It means you left out the keyword "using" > > plot 'test.dat' using 1:2 w points notitle > > > >> If I do the following plot 'test.dat' it runs without problems. >> >> Thanks for help. >> Kind regards >> Gudrun >