comparison scripts/plot/polar.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
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 ## XXX FIXME XXX -- these plot states should really just be set
34 ## temporarily, probably inside an unwind_protect block, but there is
35 ## no way to determine their current values.
36
33 gset nologscale; 37 gset nologscale;
34 gset nopolar; 38 gset nopolar;
35 39
36 if (nargin == 3) 40 if (nargin == 3)
37 if (isstr (fmt)) 41 if (isstr (fmt))