with 'splot' it also works:
set view map
set pm3d
set parametric
# set urange the same like xrange
set urange [...
$ splot 'somedata.dat' w image, u,f(u),0
atoms.h wrote:
>
> my question is somewhat similar to the one recently asked. Nevertheless:
>
> We have some 3D data which we plot like
> $ set view map
> $ set pm3d
> $ splot 'somedata.dat' w image
>
> Now we have a analytical function f(x) which we would like to put on top
> (i.e. like an analytical contour). By now the problem is that splot
> interprets the function value as 'z' and as it seems there is no axis
> command.
>
> Any help is welcome!
>
> cheers thomas
>
--
View this message in context: http://www.nabble.com/2D-function-in-3D-map-view-tp25803135p25803254.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|