|
From: Hans-Bernhard B. <br...@ph...> - 2005-06-16 07:49:39
|
Fernando Sales wrote: > Hello. I wanted to know whether there's a way to plot a contour plot with splot > and some few trajectories with 'plot' at the same time, to see them both toge- > ther in the same picture. No. But you can save the contour lines to a separate datafile (see 'help contour'), and 'plot' that along with the other one. Or you can 'splot' the trajectories along with the contoured surface. That may end up a bit confusing, though. |