Mercurial > hg > octave-nkf
comparison scripts/plot/plot.m @ 2520:a034dcdbc282
[project @ 1996-11-15 04:57:21 by jwe]
author | jwe |
---|---|
date | Fri, 15 Nov 1996 04:59:08 +0000 |
parents | b5568c31ee2c |
children | 8b262e771614 |
comparison
equal
deleted
inserted
replaced
2519:6914eab16f0b | 2520:a034dcdbc282 |
---|---|
63 | 63 |
64 ## Author: jwe | 64 ## Author: jwe |
65 | 65 |
66 function plot (...) | 66 function plot (...) |
67 | 67 |
68 set nologscale; | 68 gset nologscale; |
69 set nopolar; | 69 gset nopolar; |
70 | 70 |
71 __plt__ ("plot", all_va_args); | 71 __plt__ ("plot", all_va_args); |
72 | 72 |
73 endfunction | 73 endfunction |