Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: keyentry with unset surface Date: Mon, 14 Jan 2019 07:57:36 +0100 Organization: A noiseless patient Spider Lines: 22 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 14 Jan 2019 06:57:37 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="5f4935d7eb44cfec54f4705aba7e6afa"; logging-data="4032"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19iCQd6Tc/8mvFfEZc5k/3PoEARWvaeOjw=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 Cancel-Lock: sha1:9/7qbqS6RgGaaf8oaQpRLRuKVVI= Content-Language: en-GB X-Mozilla-News-Host: news://news.eternal-september.org:119 Xref: csiph.com comp.graphics.apps.gnuplot:4120 Hello, it looks like the new keyword "keyentry" not works with "unset surface" in splot. There is only the title in the key and no line. example: set contour base splot x*y, keyentry w l lt 1 t'test' there is a keyenty 'test' with a line in the key set contour base unset surface splot x*y, keyentry w l lt 1 t'test' there is only the title 'test' in the key but no line gnuplot Version 5.2 patchlevel 6 Jörg