Mercurial > hg > octave-nkf
comparison scripts/plot/contour.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | e81543fdbe01 |
children | ace8d8d26933 |
comparison
equal
deleted
inserted
replaced
5641:eb998631a4aa | 5642:2618a0750ae6 |
---|---|
21 ## @deftypefn {Function File} {} contour (@var{z}, @var{n}) | 21 ## @deftypefn {Function File} {} contour (@var{z}, @var{n}) |
22 ## @deftypefnx {Function File} {} contour (@var{x}, @var{y}, @var{z}, @var{n}) | 22 ## @deftypefnx {Function File} {} contour (@var{x}, @var{y}, @var{z}, @var{n}) |
23 ## Make a contour plot of the three-dimensional surface described by | 23 ## Make a contour plot of the three-dimensional surface described by |
24 ## @var{z}. Someone needs to improve @code{gnuplot}'s contour routines | 24 ## @var{z}. Someone needs to improve @code{gnuplot}'s contour routines |
25 ## before this will be very useful. | 25 ## before this will be very useful. |
26 ## @seealso{plot, mesh, meshgrid} | |
26 ## @end deftypefn | 27 ## @end deftypefn |
27 ## | |
28 ## @seealso{plot, mesh, meshgrid} | |
29 | 28 |
30 ## Author: jwe | 29 ## Author: jwe |
31 | 30 |
32 function contour (x, y, z, n) | 31 function contour (x, y, z, n) |
33 | 32 |