diff scripts/quaternion/qcoordinate_plot.m @ 5215:32c569794216

[project @ 2005-03-16 18:54:42 by jwe]
author jwe
date Wed, 16 Mar 2005 18:54:52 +0000
parents a892190f4977
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/quaternion/qcoordinate_plot.m
+++ b/scripts/quaternion/qcoordinate_plot.m
@@ -110,7 +110,7 @@
   jbv = jnk(:,2);
   kbv = jnk(:,3);
 
-  gset size square
+  __gnuplot_set__ size square
   axis ([-2, 2, -2, 2]);
 
   [vv, theta] = quaternion (qb);