Mercurial > hg > octave-nkf
comparison scripts/plot/loglog.m @ 6448:2110cc251779
[project @ 2007-03-24 02:47:36 by jwe]
author | jwe |
---|---|
date | Sat, 24 Mar 2007 02:47:36 +0000 |
parents | a5cd8b77e892 |
children | 76e3d985ae56 |
comparison
equal
deleted
inserted
replaced
6447:3f79532415b5 | 6448:2110cc251779 |
---|---|
21 ## @deftypefn {Function File} {} loglog (@var{args}) | 21 ## @deftypefn {Function File} {} loglog (@var{args}) |
22 ## Make a two-dimensional plot using log scales for both axes. See the | 22 ## Make a two-dimensional plot using log scales for both axes. See the |
23 ## description of @code{plot} for a description of the arguments that | 23 ## description of @code{plot} for a description of the arguments that |
24 ## @code{loglog} will accept. | 24 ## @code{loglog} will accept. |
25 ## @seealso{plot, semilogy, loglog, polar, mesh, contour, bar, stairs, | 25 ## @seealso{plot, semilogy, loglog, polar, mesh, contour, bar, stairs, |
26 ## replot, xlabel, ylabel, title} | 26 ## xlabel, ylabel, title} |
27 ## @end deftypefn | 27 ## @end deftypefn |
28 | 28 |
29 ## Author: jwe | 29 ## Author: jwe |
30 | 30 |
31 function retval = loglog (varargin) | 31 function retval = loglog (varargin) |