Mercurial > hg > octave-avbm
comparison scripts/plot/loglog.m @ 3063:4287b8c06fbf
[project @ 1997-06-26 02:36:05 by jwe]
author | jwe |
---|---|
date | Thu, 26 Jun 1997 02:36:14 +0000 |
parents | 8b262e771614 |
children | a4cd1e9d9962 |
comparison
equal
deleted
inserted
replaced
3062:7310b801f8c2 | 3063:4287b8c06fbf |
---|---|
31 | 31 |
32 ## Author: jwe | 32 ## Author: jwe |
33 | 33 |
34 function loglog (...) | 34 function loglog (...) |
35 | 35 |
36 ## XXX FIXME XXX -- these plot states should really just be set | |
37 ## temporarily, probably inside an unwind_protect block, but there is | |
38 ## no way to determine their current values. | |
39 | |
36 gset logscale x; | 40 gset logscale x; |
37 gset logscale y; | 41 gset logscale y; |
38 gset nopolar; | 42 gset nopolar; |
39 | 43 |
40 __plt__ ("loglog", all_va_args); | 44 __plt__ ("loglog", all_va_args); |