Path: csiph.com!news.swapon.de!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Plotting many curves? Date: Wed, 13 Sep 2017 09:09:35 +0200 Organization: A noiseless patient Spider Lines: 20 Message-ID: References: <81a289ce-bba5-424e-86ec-e24cc94d69a8@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 13 Sep 2017 07:09:33 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="0c48418dba1a1f4a0b6ef3c463b7cfb9"; logging-data="11614"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/lDBrHRJJP/v1GIkeXgZUeJu6Hbfx9a64=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 In-Reply-To: Content-Language: en-GB Cancel-Lock: sha1:kJlCJo86veQYbe10/iNPWbLXLns= Xref: csiph.com comp.graphics.apps.gnuplot:3750 On 12.09.2017 15:25, Cass Sackett wrote: > Well, I'm not sure what to say. Your example works, and this morning > both my real script and my test script work too. They certainly > didn't yesterday. I've quit and restart gnuplot since then, can't > remember if I tried that before posting. I'll repost if I can > recreate the problem. At any rate, thanks for looking into it. > There are three things that makes life with gnuplot easier (IMHO). - Keep all your scripts in UTF8 encoding - First line in all scripts "reset" - Second line in all scripts "set encoding utf8" The "reset" command don't reset anything in gnuplot (see help/documentation). So after several hours of work with gnuplot, and or you get unexpected results, it is a good idea to restart gnuplot. Jörg