Hi all,
Was wondering, is there any way to put contour plot and usual plot() in the same figure? I mean, in the same way that you can do with different plots:
plot(....)
hold()
plot(...)
It does not work for combining plot() and contour() - one removes the other from the figure.