Mercurial > hg > octave-nkf
comparison scripts/plot/polar.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 |
---|---|
28 | 28 |
29 ## Author: jwe | 29 ## Author: jwe |
30 | 30 |
31 function polar (x1, x2, fmt) | 31 function polar (x1, x2, fmt) |
32 | 32 |
33 set nologscale; | 33 gset nologscale; |
34 set nopolar; | 34 gset nopolar; |
35 | 35 |
36 if (nargin == 3) | 36 if (nargin == 3) |
37 if (isstr (fmt)) | 37 if (isstr (fmt)) |
38 fmt = __pltopt__ ("polar", fmt); | 38 fmt = __pltopt__ ("polar", fmt); |
39 else | 39 else |