|
From: thorneliu <liu...@co...> - 2010-06-09 06:17:23
|
Oh,yes This is really what i want. I tested the codes you posted and I got the right figure in another PC with gnuplot 4.2.6 installed. I think the failure in my Debian GNU/Linux system results form that I am using an old version gnuplot. Thanks a lot. Problem Solved. thorneliu wrote: > > Well,thanks > But I could not get a line (z=0) in my previos figure. > And another question: > By the way, what can i do if I wanna just plot a line (not a contour line) > in this plot? > for example : > I have another matrix file > I want to plot the contour figure as the figure I inserted before, and I > want to draw a line where Z is the minimums in the > x y plane. > what can I do? > I hope I have made myself understood. > Thanks. > > Thomas Sefzick wrote: >> >> so you want not to plot 'just a line' but a contour line, >> that's easy: >> >> set contour surface >> set cntrparam levels discrete 0 >> set pm3d map >> splot 'matrix.dat' matrix >> > > -- View this message in context: http://old.nabble.com/how-to-plot-a-line-in-the-contour-map-tp28812980p28826365.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |