Path: csiph.com!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: contour lines have points Date: Mon, 30 Jul 2018 21:10:46 +0200 Lines: 11 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.dfncis.de yWqnRiV6uZDj41KEDWWJhw1f/sO9CEx8Y3sVGlkMQ5yxSNEDbHwjFPWvv8 Cancel-Lock: sha1:Tsu/auNx2cn7FY2qav3GKXWQDlw= User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 In-Reply-To: Content-Language: de-DE Xref: csiph.com comp.graphics.apps.gnuplot:4020 Am 30.07.2018 um 15:13 schrieb Jörg Buchholz: > I have points at my contour lines. In the key the contour is shown > without points and I don't want have them. [...] > splot 'test.dat' u 1:2:3 w lp pt 6 ^^^^^^^^^ You not only explicitly required points along with your lines, you even explicitly decided what kind of points you wanted. Yet you say you don't want points. What kind of way is that to use a tool?