diff 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
line wrap: on
line diff
--- a/scripts/plot/polar.m
+++ b/scripts/plot/polar.m
@@ -70,7 +70,7 @@
 
     set (h, "xlim", [-maxr, maxr], "ylim", [-maxr, maxr],
 	 "xaxislocation", "zero", "yaxislocation", "zero",
-	 "dataaspectratio", [1, 1, 1]); 
+	 "plotboxaspectratio", [1, 1, 1]); 
 
     if (nargout > 0)
       retval = tmp;