Mercurial > hg > octave-avbm
diff scripts/plot/loglog.m @ 3368:a4cd1e9d9962
[project @ 1999-11-20 17:22:48 by jwe]
author | jwe |
---|---|
date | Sat, 20 Nov 1999 17:23:01 +0000 |
parents | 4287b8c06fbf |
children | 5e0a0b1cba43 |
line wrap: on
line diff
--- a/scripts/plot/loglog.m +++ b/scripts/plot/loglog.m @@ -17,15 +17,13 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -## usage: loglog (x, y) -## loglog (x1, y1, x2, y2, ...) -## loglog (x, y, fmt) -## -## Make a 2D plot of y versus x using a log scale for the x axis. -## -## See the help message for the plot command for a description of how -## the arguments are interpreted. -## +## -*- texinfo -*- +## @deftypefn {Function File} {} loglog (@var{args}) +## Make a two-dimensional plot using log scales for both axes. See the +## description of @code{plot} for a description of the arguments that +## @code{loglog} will accept. +## @end deftypefn + ## See also: plot, semilogy, loglog, polar, mesh, contour, bar, stairs, ## gplot, gsplot, replot, xlabel, ylabel, title