2007-04-27 G. D. McBain * contourc-2007-04-27.m: Changed example in help string to make it self-contained, and with concise output. Index: scripts/plot/contourc.m diff -cp contourc.m contourc-2007-04-27.m *** contourc.m 2007-04-27 13:25:21.000000000 +1000 --- contourc-2007-04-27.m 2007-04-27 13:41:02.000000000 +1000 *************** *** 41,48 **** ## value is wanted, set @address@hidden = [val, val]}; ## If @var{vn} is omitted it defaults to 10. ## ## @example ! ## c = contourc (x, y, z, linspace (0, 2*pi, 10)); ## @end example ## @seealso{contour} ## @end deftypefn --- 41,54 ---- ## value is wanted, set @address@hidden = [val, val]}; ## If @var{vn} is omitted it defaults to 10. ## + ## For example, ## @example ! ## @group ! ## contourc (x = 0:2, y = x, z = x' * y, 2:3) ! ## @result{} 2.0000 2.0000 1.0000 3.0000 1.5000 2.0000 ! ## 2.0000 1.0000 2.0000 2.0000 2.0000 1.5000 ! ## ! ## @end group ## @end example ## @seealso{contour} ## @end deftypefn Diff finished at Fri Apr 27 13:48:51