Mercurial > hg > octave-nkf
comparison scripts/plot/loglog.m @ 2314:949ab8eba8bc
[project @ 1996-07-12 03:58:02 by jwe]
author | jwe |
---|---|
date | Fri, 12 Jul 1996 03:58:02 +0000 |
parents | 5ca126254d15 |
children | bf8b1bffb58f |
comparison
equal
deleted
inserted
replaced
2313:5ca126254d15 | 2314:949ab8eba8bc |
---|---|
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 | |
33 | |
32 function loglog (...) | 34 function loglog (...) |
33 | 35 |
34 set logscale x; | 36 set logscale x; |
35 set logscale y; | 37 set logscale y; |
36 set nopolar; | 38 set nopolar; |