X-Received: by 10.66.119.174 with SMTP id kv14mr7092277pab.21.1424934323019; Wed, 25 Feb 2015 23:05:23 -0800 (PST) X-Received: by 10.50.72.37 with SMTP id a5mr483563igv.9.1424934322917; Wed, 25 Feb 2015 23:05:22 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!hl2no31269722igb.0!news-out.google.com!qk8ni43839igc.0!nntp.google.com!hl2no31269713igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 25 Feb 2015 23:05:22 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=14.139.185.114; posting-account=fiQUIgoAAAA9hm1bflRhQrHevcxF_jJO NNTP-Posting-Host: 14.139.185.114 References: <63458bc8-dc8a-4333-ad0c-ac21136f373f@googlegroups.com> <9f7d67b1-0efe-47cb-9de5-b74ea84d9150@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: No data in plot From: Mahesh Patil Injection-Date: Thu, 26 Feb 2015 07:05:22 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:2795 On Thursday, 26 February 2015 12:16:03 UTC+5:30, J=F6rg Buchholz wrote: > On 26.02.2015 06:42, Mahesh Patil wrote: > > On Thursday, 26 February 2015 10:45:13 UTC+5:30, Mahesh Patil wrote: > >> Dear all gnuplot users, > >> I am getting warning like: skipping unreadable file "***" > >> No data in plot >=20 > There is no problem in your file, your data are ok. >=20 > plot 'test.txt' u 1:2 t 'temp' gives a normal output with your data in=20 > the file "test.txt". >=20 > Are you shure your file is in the right directory and the name ist correc= t? >=20 >=20 > J=F6rg Thanks Jorg for prompt reply. I just got it. its in wrong directory. now working fine. I was wondering whether we can plot multiple columns against 1st single col= umn?