Dear Mr Mikulik,
thanks for your advice, a little modification is necessary in my case.
Terminal type set to 'x11'
gnuplot> set pm3d explicit
gnuplot> splot "kamel.data2" with pm3d
gnuplot> splot "kamel.data2" with pm3d, "kamel-oben-peakpos.data" with
points
^
2 columns only possible with explicit pm3d style (line 1)
gnuplot>
The first file ("kamel.data2") plots fine with pm3d map and so on; the
second file ("kamel-oben-peakpos.data") has two data columns (x,y).
However, as soon as I create an "artificial column", everything works
fine!
gnuplot> splot "kamel.data2" with pm3d, "kamel-oben-peakpos.data" using 1:2:(0) with points
:-)
Thanks!
Andreas
On Fri, 30 Jan 2004, Petr Mikulik wrote:
#]From: Petr Mikulik <***@physics.muni.cz>
#]To: Heraklit <***@akhuettel.de>
#]Newsgroups: comp.graphics.apps.gnuplot
#]Date: Fri, 30 Jan 2004 09:04:38 +0100 (CET)
#]Subject: Re: Overlaying points onto a pm3d map?
#]
#]> do you know of a way to overlay a scatter plot (i.e. separate points,
#]> or "dots" as from a plot command) onto a pm3d map surface?
#]>
#]> I'd appreciate any hints how this might be possible.
#]
#]gnuplot> set pm3d explicit
#]gnuplot> splot x with pm3d, x*y with points
#]
#]---
#]Petr Mikulik
#]