X-Received: by 10.107.104.9 with SMTP id d9mr5746664ioc.31.1513809317654; Wed, 20 Dec 2017 14:35:17 -0800 (PST) X-Received: by 10.157.14.137 with SMTP id 9mr377352otj.14.1513809317461; Wed, 20 Dec 2017 14:35:17 -0800 (PST) Path: csiph.com!3.us.feeder.erje.net!feeder.erje.net!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!g80no851925itg.0!news-out.google.com!b73ni2812ita.0!nntp.google.com!i6no847027itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 20 Dec 2017 14:35:17 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=141.213.169.133; posting-account=OSapLAoAAACsr_nBdwKy-WxWymAEmQBY NNTP-Posting-Host: 141.213.169.133 References: <0921641e-371e-466e-81e4-6778affe23e4@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Warning: 'gnuplot' returned 256 From: Rana Rehan Khalid Injection-Date: Wed, 20 Dec 2017 22:35:17 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 28 Xref: csiph.com comp.graphics.apps.gnuplot:3841 On Wednesday, December 20, 2017 at 11:40:22 PM UTC+5, Karl Ratzsch wrote: > Am 20.12.2017 um 16:45 schrieb Rana Rehan Khalid: > > ERROR message show when i tried to open .gnu file. I also copy the .gnu script lines kindly guide what is going wrong. Thanks > > That scripts seems to be corrupted. Following lines make little sense: > > > set ytics 1.000, 1.000 > Why set ytics, when you change them again in the next line? > > > set ytics("MET:1" 1.000,"TYR:2 > Where is the closing bracket? I guess there is half a line missing. > > > set cbtics 0.000 7.000 1.0 > > Interval zero makes no sense, although you can give any amount of > numbers here, the one actually used is the last one. That's a small > parser bug imo. You should give only one number here, and it must be > >0. (See "help xtics") > > Also you have a second line with "set cbtics" further down, so you > can just delete this one. > > You only give two lines of data, that's not enough to actually plot > anything. > > Karl Thank you so much. It works for me. Best regards.