comparison scripts/plot/loglog.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
comparison
equal deleted inserted replaced
2324:fdc6e2f81333 2325:b5568c31ee2c
19 19
20 ## usage: loglog (x, y) 20 ## usage: loglog (x, y)
21 ## loglog (x1, y1, x2, y2, ...) 21 ## loglog (x1, y1, x2, y2, ...)
22 ## loglog (x, y, fmt) 22 ## loglog (x, y, fmt)
23 ## 23 ##
24 ## Make a 2D plot of y versus x using a log scale for the x axis. 24 ## Make a 2D plot of y versus x using a log scale for the x axis.
25 ## 25 ##
26 ## See the help message for the plot command for a description of how 26 ## See the help message for the plot command for a description of how
27 ## the arguments are interpreted. 27 ## the arguments are interpreted.
28 ## 28 ##
29 ## See also: plot, semilogy, loglog, polar, mesh, contour, bar, stairs, 29 ## See also: plot, semilogy, loglog, polar, mesh, contour, bar, stairs,
30 ## gplot, gsplot, replot, xlabel, ylabel, title 30 ## gplot, gsplot, replot, xlabel, ylabel, title
31 31
32 ## Author: jwe 32 ## Author: jwe
33 33
34 function loglog (...) 34 function loglog (...)
35 35