diff scripts/quaternion/qcoordinate_plot.m @ 6447:3f79532415b5

[project @ 2007-03-24 00:00:31 by jwe]
author jwe
date Sat, 24 Mar 2007 00:00:31 +0000
parents 4c8a2e4e0717
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/quaternion/qcoordinate_plot.m	Fri Mar 23 21:20:21 2007 +0000
+++ b/scripts/quaternion/qcoordinate_plot.m	Sat Mar 24 00:00:31 2007 +0000
@@ -110,8 +110,7 @@
   jbv = jnk(:,2);
   kbv = jnk(:,3);
 
-  __gnuplot_set__ size square
-  axis ([-2, 2, -2, 2]);
+  axis ([-2, 2, -2, 2], "square");
 
   [vv, theta] = quaternion (qb);