Mercurial > hg > octave-lyh
comparison scripts/plot/loglog.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} {} 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 ## @end deftypefn | 25 ## @end deftypefn |
26 ## | |
26 ## @seealso{plot, semilogy, loglog, polar, mesh, contour, bar, stairs, | 27 ## @seealso{plot, semilogy, 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 |