Path: csiph.com!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Warning: 'gnuplot' returned 256 Date: Wed, 20 Dec 2017 19:40:19 +0100 Organization: solani.org Lines: 25 Message-ID: References: <0921641e-371e-466e-81e4-6778affe23e4@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1513795221 4674 eJwFwYkBwCAIA8CVjBKecSqG/UfoHY/DO8zpxuHsmDahlHkhEavjZFXrexWwJ04tbWQGK+4PICMQ+A== (20 Dec 2017 18:40:21 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Wed, 20 Dec 2017 18:40:21 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 X-User-ID: eJwNyEEBACAIA8BKIgw0Dk7oH0HveVAXZ5jDDY1OrjooMEmkWl9d/24dqpj2jNgyVDbH/5oPQpAR5Q== X-NNTP-Posting-Host: eJwNyMEBwCAIA8CVhIRAx7Ei+4/Q3vMCMp2kQoyJMebt5CPMRi735AhRjmJ3Ff98d9pFzzGsD/3fEBg= In-Reply-To: <0921641e-371e-466e-81e4-6778affe23e4@googlegroups.com> Content-Language: de-DE-1901 Cancel-Lock: sha1:UssSswVsT5ppcFp4J3sBLRe7GtU= Xref: csiph.com comp.graphics.apps.gnuplot:3839 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