Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: contour lines have points Date: Mon, 30 Jul 2018 15:13:04 +0200 Organization: A noiseless patient Spider Lines: 45 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 30 Jul 2018 13:13:06 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="5db7a11341e969c7d9a2b5af8a6cd435"; logging-data="23359"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/5HcIDljhhLWUGBPja/aXFRJJTUaLwxIw=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Cancel-Lock: sha1:OfadpwYr/rnadbWETPIRgeQRAho= Content-Language: en-GB X-Mozilla-News-Host: news://news.eternal-september.org:119 Xref: csiph.com comp.graphics.apps.gnuplot:4019 Hello, I have points at my contour lines. In the key the contour is shown without points and I don't want have them. How can I delete the points at the contour lines? Jörg example: reset set encoding utf8 set dgrid3d 5,5 set grid set pm3d at sb interpolate 0,0 set contour base set xyplane 1.0 set view 75,33,1,1 splot 'test.dat' u 1:2:3 w lp pt 6 example data: 1 1 3 1 2 4 1 3 5 1 4 4 1 5 2 2 1 2 2 2 2 2 3 5 2 4 3 2 5 2 3 1 3 3 2 4 3 3 5 3 4 4 3 5 2 4 1 2 4 2 2 1 3 5 4 4 3 4 5 2 5 1 3 5 2 4 5 3 5 5 4 4 5 5 2