Mercurial > hg > octave-nkf
diff scripts/plot/semilogy.m @ 2325:b5568c31ee2c
[project @ 1996-07-15 22:20:21 by jwe]
author | jwe |
---|---|
date | Mon, 15 Jul 1996 22:20:21 +0000 |
parents | bf8b1bffb58f |
children | a034dcdbc282 |
line wrap: on
line diff
--- a/scripts/plot/semilogy.m +++ b/scripts/plot/semilogy.m @@ -21,13 +21,13 @@ ## semilogy (x1, y1, x2, y2, ...) ## semilogy (x, y, fmt) ## -## Make a 2D plot of y versus x using a log scale for the x axis. +## 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. +## the arguments are interpreted. ## ## See also: plot, semilogx, loglog, polar, mesh, contour, bar, stairs, -## gplot, gsplot, replot, xlabel, ylabel, title +## gplot, gsplot, replot, xlabel, ylabel, title ## Author: jwe