comparison scripts/plot/polar.m @ 10226:2884758e265b

Replace dataaspectratio props with plotboxaspectratio props.
author Ben Abbott <bpabbott@mac.com>
date Fri, 29 Jan 2010 21:52:53 -0500
parents 1aeb39118764
children 95c3e38098bf
comparison
equal deleted inserted replaced
10225:477d05b0a739 10226:2884758e265b
68 print_usage (); 68 print_usage ();
69 endif 69 endif
70 70
71 set (h, "xlim", [-maxr, maxr], "ylim", [-maxr, maxr], 71 set (h, "xlim", [-maxr, maxr], "ylim", [-maxr, maxr],
72 "xaxislocation", "zero", "yaxislocation", "zero", 72 "xaxislocation", "zero", "yaxislocation", "zero",
73 "dataaspectratio", [1, 1, 1]); 73 "plotboxaspectratio", [1, 1, 1]);
74 74
75 if (nargout > 0) 75 if (nargout > 0)
76 retval = tmp; 76 retval = tmp;
77 endif 77 endif
78 unwind_protect_cleanup 78 unwind_protect_cleanup