Mercurial > hg > octave-nkf
diff scripts/plot/contourc.m @ 6547:4fb053f24fd6
[project @ 2007-04-19 21:47:40 by jwe]
author | jwe |
---|---|
date | Thu, 19 Apr 2007 21:47:41 +0000 |
parents | 6ab0a8767780 |
children | 1f466adecafd |
line wrap: on
line diff
--- a/scripts/plot/contourc.m +++ b/scripts/plot/contourc.m @@ -27,8 +27,8 @@ ## contour lines in the following format ## ## @example -## @var{c} = [lev1 , x1 , x2 , ... , levn , x1 , x2 , ... -## len1 , y1 , y2 , ... , lenn , y1 , y2 , ... ] +## @var{c} = [lev1, x1, x2, ..., levn, x1, x2, ... +## len1, y1, y2, ..., lenn, y1, y2, ...] ## @end example ## ## @noindent