|
From: <HBB...@t-...> - 2007-10-11 19:38:01
|
Mike Libby wrote: > I take slices of a 3d surface in splot by setting the range on one > dimension to a minute amount. Why re-invent contouring? gnuplot already has "set contour". > But the plot that appears is not a line but scattered dots. That is > because all that appears is the plane's intercept with the 9x9 mesh. It's your choice whether the mesh is 9x9 or something else. gnuplot does have a way to change the sampling rates of functions, after all. See "help samples". |