Mercurial > hg > octave-lyh
diff scripts/plot/zlim.m @ 7666:693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
author | sh@sh-laptop |
---|---|
date | Fri, 28 Mar 2008 13:09:35 -0400 |
parents | a730e47fda4d |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/scripts/plot/zlim.m +++ b/scripts/plot/zlim.m @@ -23,7 +23,7 @@ ## @deftypefnx {Function File} {} zlim (@var{m}) ## @deftypefnx {Function File} {} zlim (@var{h}, @dots{}) ## Get or set the limits of the z axis of the current plot. Called without -## argumenst @code{zlim] returns the z axis limits of the current plot. +## arguments @code{zlim} returns the z axis limits of the current plot. ## If passed a two element vector @var{xl}, the limits of the z axis are set ## to this value. ##