|
From: <HBB...@t-...> - 2007-10-03 17:48:37
|
eschter wrote: > i would like to change the caption for the function i'm plotting. > i tried with > splot f(x,y) title "mytitle" > but this gives no result That's because you turned off drawing of the surface. The key entry controlled by the "title" option is the one that goes with the surface. Turning that off, the only key entry you're left with is the one for the contour line. If you want a key entry under your control, I suspect you'll have to follow "help contour" on how to write the contour to a data file and plot that. |