comparison scripts/plot/semilogy.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents e0b7a493e5a8
children eecc24b92d97
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
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 ## Make a two-dimensional plot using a log scale for the @var{y} axis. See
23 ## the description of @code{plot} for a description of the arguments 23 ## the description of @code{plot} for a description of the arguments
24 ## that @code{semilogy} will accept. 24 ## that @code{semilogy} will accept.
25 ## @end deftypefn 25 ## @end deftypefn
26 ##
26 ## @seealso{plot, semilogx, loglog, polar, mesh, contour, bar, stairs, 27 ## @seealso{plot, semilogx, loglog, polar, mesh, contour, bar, stairs,
27 ## gplot, gsplot, replot, xlabel, ylabel, and title} 28 ## gplot, gsplot, replot, xlabel, ylabel, and title}
28 29
29 ## Author: jwe 30 ## Author: jwe
30 31