comparison scripts/plot/semilogy.m @ 6895:76e3d985ae56

[project @ 2007-09-13 18:22:38 by jwe]
author jwe
date Thu, 13 Sep 2007 18:22:51 +0000
parents 2110cc251779
children 93c65f2a5668
comparison
equal deleted inserted replaced
6894:0a71f51ae624 6895:76e3d985ae56
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 ## 02110-1301, USA. 18 ## 02110-1301, USA.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} semilogy (@var{args}) 21 ## @deftypefn {Function File} {} semilogy (@var{args})
22 ## Make a two-dimensional plot using a log scale for the @var{y} axis. See 22 ## Produce a two-dimensional plot using a log scale for the @var{y}
23 ## the description of @code{plot} for a description of the arguments 23 ## axis. See the description of @code{plot} for a description of the
24 ## that @code{semilogy} will accept. 24 ## arguments that @code{semilogy} will accept.
25 ## @seealso{plot, semilogx, loglog, polar, mesh, contour, bar, stairs, 25 ## @seealso{plot, semilogx, loglog}
26 ## xlabel, ylabel, title}
27 ## @end deftypefn 26 ## @end deftypefn
28 27
29 ## Author: jwe 28 ## Author: jwe
30 29
31 function retval = semilogy (varargin) 30 function retval = semilogy (varargin)