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: Re: contour lines have points Date: Wed, 1 Aug 2018 07:42:38 +0200 Organization: A noiseless patient Spider Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 1 Aug 2018 05:42:37 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="8c3df4079c83712f18d66970c8e0bcf5"; logging-data="8295"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ITgcRBZUTwOJWTEbyLnTGiI+MHuNBzW0=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Cancel-Lock: sha1:yIvAiTLAChjEbeBnfUGN1a7X8yM= In-Reply-To: Content-Language: en-GB Xref: csiph.com comp.graphics.apps.gnuplot:4024 On 31.07.2018 09:42, Karl Ratzsch wrote: > Am 31.07.2018 um 07:05 schrieb Jörg Buchholz: >> I would like to have points where the measuring point are, they are at >> the surface not at the contour lines. >> > > > But they aren't, those are the interpolated points from dgrid3d! I think there is one scenario where the measuring points and the points from dgrid3d are the same points. If the measuring points (X-coordinates and Y-coordinates) are like a monotone grid and no option like splines is used at the dgrid3d command. So at my example the plot with and without set dgrid3d 5,5 set contour base is the same. But without the dgrid3d I must insert blank lines between every data block. Jörg