Mercurial > hg > octave-nkf
comparison scripts/plot/loglog.m @ 2315:bf8b1bffb58f
[project @ 1996-07-12 17:22:07 by jwe]
author | jwe |
---|---|
date | Fri, 12 Jul 1996 17:22:16 +0000 |
parents | 949ab8eba8bc |
children | b5568c31ee2c |
comparison
equal
deleted
inserted
replaced
2314:949ab8eba8bc | 2315:bf8b1bffb58f |
---|---|
35 | 35 |
36 set logscale x; | 36 set logscale x; |
37 set logscale y; | 37 set logscale y; |
38 set nopolar; | 38 set nopolar; |
39 | 39 |
40 plot_int ("loglog", all_va_args); | 40 __plt__ ("loglog", all_va_args); |
41 | 41 |
42 endfunction | 42 endfunction |