Am 10.05.2017 um 14:56 schrieb phanlipo:
> I would combine a splot of a matrix as a image with a normal plotted function.
You mean next to each other or an inset or similar?
You can make additional, totally independent plots (2D or 3D) to the
same canvas, check "help multiplot". For a simple case, use the "layout"
option, or control the position of the (s)plots individually via "set
size", "set origin" and/or "set margins".
Combining 2D and 3D in the same plot (=same coordinate system) is not
directly possible, obviously. Either use splot for the 2D plot, too, or
use again multiplot and transform the coordinate systems by hand, so
they land exactly on top of each other.
hth
Karl