X-Received: by 10.42.92.8 with SMTP id r8mr3309071icm.31.1430981072269; Wed, 06 May 2015 23:44:32 -0700 (PDT) X-Received: by 10.140.19.196 with SMTP id 62mr35172qgh.13.1430981072057; Wed, 06 May 2015 23:44:32 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!l13no14959841iga.0!news-out.google.com!k20ni1940qgd.0!nntp.google.com!j5no5784077qga.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 6 May 2015 23:44:31 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=137.138.247.70; posting-account=NpFQSQoAAACfBDep7GcahKV8v1hp71_S NNTP-Posting-Host: 137.138.247.70 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5a4aaebd-85ab-4dce-bcff-0beee9b03379@googlegroups.com> Subject: Re: with image and corners2color From: Vasilis Injection-Date: Thu, 07 May 2015 06:44:32 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.graphics.apps.gnuplot:2895 Thank you Ethan, the file I am using is not an image is a file containing x y z1 x+dx y z2 ... x y+dy z11 x+dx y+dy z12 ... coordinates as a 3D histogram that I was plotting with splot as pm3d map Using the plot "with image" it works exactly as before however the z-color mapped value now is not starting from the x,y (lower-left) coordinate but from x-dx/2,y-dy/2 so it is centred around x,y V.